mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 15:32:16 +00:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
(module
|
|
(global $HEAP_BASE i32 (i32.const 8))
|
|
(memory $0 0)
|
|
(export "memory" (memory $0))
|
|
)
|