Skip to content

v0.18.0 - 2022-10-02

Compare
Choose a tag to compare
@Robbepop Robbepop released this 02 Oct 12:32
v0.18.0
6780731

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.