Proxygen v0.3.0
- 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.