lucetc 0.6.1

Fastly's WebAssembly to native code compiler
Documentation
1
2
3
4
5
6
(module
  (memory 1)
  (func $main (export "main")
    (i32.store (i32.const 0) (current_memory))
  )
)