You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using wasmer as a dependency for another project, it fails upon instantiation with this message:
Error: Compilation error: The UniversalEngine is not compiled in.
This appears to be caused by the wasmer-compiler/universal_engine feature not being enabled.
Additional context
When changing the default-universal feature in lib/api/Cargo.toml to look like this, the error is gone, no idea if this is the correct way to fix it though:
Describe the bug
When using
wasmer
as a dependency for another project, it fails upon instantiation with this message:This appears to be caused by the
wasmer-compiler/universal_engine
feature not being enabled.Additional context
When changing the
default-universal
feature inlib/api/Cargo.toml
to look like this, the error is gone, no idea if this is the correct way to fix it though:The text was updated successfully, but these errors were encountered: