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.
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.