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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added support for Wasm function call resumption after running out of fuel. #1498
This feature is very useful when using Wasmi inside a scheduler that works with
Wasmi's fuel metering to provide amount of compute units to different Wasm execution
threads for example.
Added missing wasmi_core::simd API functions for relaxed-simd. #1447
Added implementations for Rust's Error trait for all wasmi error types on no_std. #1462
Changed
Avoid performing duplicate type and validation checks in Linker::instantiate. #1476