lucet-runtime 0.6.1

Pure Rust runtime for Lucet WebAssembly toolchain
Documentation
1
2
3
4
5
6
7
8
9
(module
  (func $main (export "test_function") (local $i i32)
    loop $inner
    end
  )
  (func $instruction_count (export "instruction_count") (result i64)
    i64.const 0
  )
)