1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-10 14:18:01 +00:00

6 lines
95 B
Plaintext
Raw Normal View History

2018-04-03 23:56:48 +02:00
(module
(global $HEAP_BASE i32 (i32.const 4))
(memory $0 1)
(export "memory" (memory $0))
)