1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-06 12:22:16 +00:00
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))
)