mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 15:32:16 +00:00
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
(module
|
|
(type $FUNCSIG$v (func))
|
|
(memory $0 0)
|
|
(export "memory" (memory $0))
|
|
(func $start (; 0 ;) (type $FUNCSIG$v)
|
|
nop
|
|
)
|
|
)
|