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.
Added
Added Contibution Guidelines and Code of Conduct to the repository. (#485)
Changed
Optimized instruction dispatch in the wasmi interpreter.
(#478, #482)
This yielded combined speed-ups of ~20% across the board.
As a side effect we also refactored the way we compute branching offsets
at Wasm module compilation time which improved performance of Wasm module
compilation by roughly 5%.
Internal
Our CI now also benchmarks wasmi when ran inside Wasmtime as Wasm.
(#483, #487)
This allows us to optimize wasmi towards Wasm performance more easily in the future.