wasmi 0.36.0

WebAssembly interpreter
Documentation
1
2
3
4
5
6
7
8
9
(module
  (func (;0;) (param f64) (result i64)
    local.get 0
    f64.const 13
    local.set 0
    i64.reinterpret_f64
  )
  (export "" (func 0))
)