Undefined C++ API symbols #3754
Labels
📦 lib-c-api
About wasmer-c-api
🕵️ needs investigation
The issue/PR needs further investigation
priority-medium
Medium priority issue
Describe the bug
Wasmer static lib does not seem to contain C++ symbols.
Produces the following error.
Steps to reproduce
wasm::Engine::make()
Expected behavior
Wasm C++ API is usable and symbols are defined in
libwasmer.a
.Actual behavior
Wasm C++ symbols are undefined in
libwasmer.a
.The text was updated successfully, but these errors were encountered: