assemblyscript/tests/compiler/runtime-half.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
)
)