wasmi 0.36.0

WebAssembly interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
(module
  (func (export "") (result i32 i32 i32)
    (local i32)
    local.get 0
    local.get 0
    local.get 0
    local.get 0
    br_if 0 (;@0;)
  )
)