1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-03 10:52:15 +00:00

11 lines
161 B
Plaintext
Raw Normal View History

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