assemblyscript/tests/compiler/assert.optimized.wast

11 lines
161 B
Plaintext

(module
(type $v (func))
(memory $0 1)
(data (i32.const 4) "\08")
(export "memory" (memory $0))
(start $start)
(func $start (; 0 ;) (type $v)
(nop)
)
)