waffle/wasm_tests/test.wat
Chris Fallin 3bde79a15d WIP.
2022-11-28 22:08:08 -08:00

7 lines
96 B
Plaintext

(module
(func (result i32)
i32.const 2
i32.const 2
i32.add
))