mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 07:22:21 +00:00
6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
|
(module
|
||
|
(memory $0 1)
|
||
|
(data (i32.const 4) "\08")
|
||
|
(export "memory" (memory $0))
|
||
|
)
|