Enable c_api
-backends to be used in Wasmer's implementation of the wasm_c_api
#5224
Labels
Feature
📦 lib-api
About wasmer
📦 lib-c-api
About wasmer-c-api
🕵️ needs investigation
The issue/PR needs further investigation
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.Following the comments in #5389, we note that solving this issue might be also a good chance to revamp a bit the structure of the
wasm_c_api
, especially the feature mechanisms.The text was updated successfully, but these errors were encountered: