assemblyscript/tests/compiler/import.optimized.wat

9 lines
131 B
Plaintext
Raw Normal View History

2017-12-04 16:26:34 +01:00
(module
(type $FUNCSIG$v (func))
(memory $0 0)
2017-12-04 16:26:34 +01:00
(export "memory" (memory $0))
(func $start (; 0 ;) (type $FUNCSIG$v)
nop
2017-12-13 23:24:13 +01:00
)
2017-12-04 16:26:34 +01:00
)