wasmi 0.36.0

WebAssembly interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
(module
  (func (;0;) (param i32 i32)
    local.get 1
    local.get 0
    local.tee 1
    if (param i32) ;; label = @1
      unreachable
    else
      unreachable
    end
  )
  (export "" (func 0))
)