1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-03 02:42:15 +00:00
2019-04-06 20:17:48 +02:00

9 lines
130 B
Plaintext

(module
(type $FUNCSIG$v (func))
(memory $0 0)
(export "memory" (memory $0))
(func $null (; 0 ;) (type $FUNCSIG$v)
nop
)
)