wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX and WASI
https://wasmer.io
MIT License
19.04k stars 814 forks source link

Enable `c_api`-backends to be used with `wasmer.h` #5224

Open xdoardo opened 2 weeks ago

xdoardo commented 2 weeks ago

Due to duplicate symbols we can't, as of now, produce a wasm-c-api-compatible header to interact with wasmer compiled with a backend that uses a c_api backend.
We should investigate how to enable this use case. A possible solution might be to use objcopy with the --prefix-symbols flag.