wasmi 0.36.0

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