assemblyscript/tests/compiler/declare.optimized.wast

6 lines
84 B
Plaintext
Raw Normal View History

2017-12-04 19:26:50 +01:00
(module
(memory $0 1)
(data (i32.const 4) "\08")
(export "memory" (memory $0))
)