mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 23:42:15 +00:00
34 lines
396 B
Plaintext
34 lines
396 B
Plaintext
|
(module
|
||
|
(type $v (func))
|
||
|
(global $HEAP_BASE i32 (i32.const 8))
|
||
|
(memory $0 0)
|
||
|
(export "memory" (memory $0))
|
||
|
(start $start)
|
||
|
(func $start (; 0 ;) (type $v)
|
||
|
(drop
|
||
|
(i32.const 1)
|
||
|
)
|
||
|
(drop
|
||
|
(i32.const 0)
|
||
|
)
|
||
|
(drop
|
||
|
(i32.const 0)
|
||
|
)
|
||
|
(drop
|
||
|
(i32.const 0)
|
||
|
)
|
||
|
(drop
|
||
|
(i32.const 0)
|
||
|
)
|
||
|
(drop
|
||
|
(i32.const 0)
|
||
|
)
|
||
|
(drop
|
||
|
(i32.const 0)
|
||
|
)
|
||
|
(drop
|
||
|
(i32.const 0)
|
||
|
)
|
||
|
)
|
||
|
)
|