wasmi 0.36.0

WebAssembly interpreter
Documentation
1
2
3
4
5
6
7
8
(module
  (func (;0;) (result i32 i32 i32)
    call 0
    call 0
    br_table 0 (;@0;) 0 (;@0;)
  )
  (export "" (func 0))
)