lucet-runtime 0.6.1

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