assemblyscript/tests/compiler/closure.optimized.wat

9 lines
130 B
Plaintext
Raw Normal View History

2018-04-03 23:56:48 +02:00
(module
(type $FUNCSIG$v (func))
2019-04-06 20:17:48 +02:00
(memory $0 0)
2018-04-03 23:56:48 +02:00
(export "memory" (memory $0))
2019-04-06 20:17:48 +02:00
(func $null (; 0 ;) (type $FUNCSIG$v)
2019-04-04 02:25:22 +02:00
nop
)
2018-04-03 23:56:48 +02:00
)