Skip to content

v0.16.0 - 2022-08-30

Compare
Choose a tag to compare
@Robbepop Robbepop released this 30 Aug 09:49
v0.16.0
e74bb2f

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.