wasmer::EngineBuilder::engine returns a wasmer_compiler::Engine instead of wasmer::Engine #3947
Labels
📚 documentation
Do you like to read?
priority-medium
Medium priority issue
🏚 stale
Inactive issues or PR
Milestone
I've been trying to upgrade wasmer, but have been unable to because 3.x is very slow dropping instances of modules. In order to do this fast, I apparently need to share an engine across all the instances (#3378 (comment)).
I just tried out wasmer 3.3 and was unable to upgrade because wasmer::EngineBuilder::engine returns a wasmer_compiler::Engine instead of wasmer::Engine and is therefore incompatible with EngineRef. For example, the following code does not work:
The text was updated successfully, but these errors were encountered: