wasm-lang/test.wat

2 lines
66 B
Text
Raw Normal View History

2023-10-02 07:14:55 +00:00
(module (func $name (export "_start") (result i32) i32.const 10))