wasmi 0.36.0

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