assemblyscript/tests/compiler/limits.optimized.wast
2017-12-15 15:00:19 +01:00

10 lines
133 B
Plaintext

(module
(type $v (func))
(memory $0 1)
(export "memory" (memory $0))
(start $start)
(func $start (; 0 ;) (type $v)
(nop)
)
)