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

19 lines
348 B
Plaintext
Raw Normal View History

2017-12-04 16:26:34 +01:00
(module
(type $FUNCSIG$v (func))
(memory $0 0)
(global $ternary/a (mut i32) (i32.const 0))
2017-12-04 16:26:34 +01:00
(export "memory" (memory $0))
(start $start)
(func $start (; 0 ;) (type $FUNCSIG$v)
i32.const 1
global.set $ternary/a
i32.const 1
global.set $ternary/a
i32.const 1
global.set $ternary/a
2017-12-04 16:26:34 +01:00
)
(func $null (; 1 ;) (type $FUNCSIG$v)
nop
)
2017-12-04 16:26:34 +01:00
)