assemblyscript/tests/compiler/empty.optimized.wat

9 lines
130 B
Plaintext
Raw Normal View History

(module
(type $FUNCSIG$v (func))
2019-05-23 03:08:25 +02:00
(memory $0 0)
(export "memory" (memory $0))
2019-05-23 03:08:25 +02:00
(func $null (; 0 ;) (type $FUNCSIG$v)
nop
2019-05-20 23:10:06 +02:00
)
)