1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-19 10:41:29 +00:00
assemblyscript/tests/compiler/runtime-none.optimized.wat

9 lines
130 B
Plaintext
Raw Normal View History

2019-06-05 23:15:39 +02:00
(module
(type $FUNCSIG$v (func))
(memory $0 0)
(export "memory" (memory $0))
(func $null (; 0 ;) (type $FUNCSIG$v)
nop
)
)