Skip to content

Proxygen v0.3.0

Choose a tag to compare

@WarrenHood WarrenHood released this 09 Nov 02:42
· 39 commits to main since this release
  • Added default cargo target to the generated project based on the detected arch
  • Use export_name attributes to support proxying DLLs with mangled function names
  • Fixed some bugs

Default targets:

x86_64 DLLs -> x86_64-pc-windows-msvc
x86 DLLs -> i686-pc-windows-gnu

We need to use the gnu toolchain for x86 since msvc has a strange export name mangling issue, which causes linking errors.