assemblyscript/tests/compiler/empty.untouched.wat

6 lines
95 B
Plaintext

(module
(global $HEAP_BASE i32 (i32.const 4))
(memory $0 1)
(export "memory" (memory $0))
)