1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-07-26 03:32:06 +00:00
Files
assemblyscript/tests/compiler/empty.untouched.wat

6 lines
95 B
Plaintext
Raw Normal View History

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