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.
The key has expired.
Changed
Update wasmparser-nostd dependency from version 0.83.0 -> 0.90.0. Link:
This significantly improved wasmi's Wasm parsing, validation and
Wasm to wasmi bytecode translation performance.
Internal
Transition to the new wasmparser::VisitOperator API. Link
This again significantly improved wasmi's Wasm parsing, validation and
Wasm to wasmi bytecode translation performance by avoiding many
unnecessary unpredictable branches in the process.