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
Also thanks to Yuyi Wang for testing and improving initial WASI support. (#592, #571, #568)
Note: There is ongoing work to integrate WASI support in wasmi_cli so that the wasmi CLI will then
be able to execute arbitrary wasm-wasi files out of the box in the future.
Add Module::imports that allows to query Wasm module imports. (#573, #583)
Fixed
Fix a bug that imported linear memories and tables were initialized twice upon instantiation. (#593)
The wasmi CLI now properly hints for file path arguments. (#596)
Changed
The wasmi::Trap type is now more similar to Wasmtime's Trap type. (#559)
The wasmi::Store type is now Send and Sync as intended. (#566)
The wasmi CLI now prints exported functions names if the function name CLI argument is missing. (#579)
Improve feedback when running a Wasm module without exported function using wasmi CLI. (#584)