near / wasmtime

Standalone JIT-style runtime for WebAssembly, using Cranelift
https://wasmtime.dev/
Apache License 2.0
3 stars 4 forks source link

fix: test compilation #224

Closed mooori closed 7 months ago

mooori commented 7 months ago

Merging upstream in #219 has bumped the workspace version from 16 to 19. As a result, Module, Store, and others are not exported anymore by wasmtime with the currently enabled features. To fix this the feature runtime is enabled:

Note

The latest verions of wasmtime on docs.rs is 17.0.1, so not everything there applies to our main branch which is at version 19.

Context

See this topic on Zulip.