assemblyscript/tests/compiler/runtime-half.optimized.wat
dcode f73d807d5a rt hooks all over the place
still some work to do on optimizing away retain/release calls, but this looks promising
2019-05-15 21:17:41 +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
)
)