lucetc 0.6.1

Fastly's WebAssembly to native code compiler
Documentation
1
2
3
4
5
(module
  (global (;0;) i32 (i32.const 0x1234))
  (export "start" (global 0))
  (export "dupe" (global 0))
)