mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 15:12:12 +00:00
57 lines
1.2 KiB
Plaintext
57 lines
1.2 KiB
Plaintext
(module
|
|
(type $FUNCSIG$viiii (func (param i32 i32 i32 i32)))
|
|
(type $FUNCSIG$v (func))
|
|
(import "env" "abort" (func $~lib/env/abort (param i32 i32 i32 i32)))
|
|
(memory $0 1)
|
|
(data (i32.const 8) "\10\00\00\00g\00e\00t\00t\00e\00r\00-\00s\00e\00t\00t\00e\00r\00.\00t\00s")
|
|
(table $0 1 funcref)
|
|
(elem (i32.const 0) $null)
|
|
(global $getter-setter/Foo._bar (mut i32) (i32.const 0))
|
|
(export "memory" (memory $0))
|
|
(export "table" (table $0))
|
|
(start $start)
|
|
(func $start:getter-setter (; 1 ;) (type $FUNCSIG$v)
|
|
global.get $getter-setter/Foo._bar
|
|
if
|
|
i32.const 0
|
|
i32.const 8
|
|
i32.const 13
|
|
i32.const 0
|
|
call $~lib/env/abort
|
|
unreachable
|
|
end
|
|
i32.const 1
|
|
global.set $getter-setter/Foo._bar
|
|
global.get $getter-setter/Foo._bar
|
|
i32.const 1
|
|
i32.ne
|
|
if
|
|
i32.const 0
|
|
i32.const 8
|
|
i32.const 15
|
|
i32.const 0
|
|
call $~lib/env/abort
|
|
unreachable
|
|
end
|
|
i32.const 2
|
|
global.set $getter-setter/Foo._bar
|
|
global.get $getter-setter/Foo._bar
|
|
i32.const 2
|
|
i32.ne
|
|
if
|
|
i32.const 0
|
|
i32.const 8
|
|
i32.const 16
|
|
i32.const 0
|
|
call $~lib/env/abort
|
|
unreachable
|
|
end
|
|
)
|
|
(func $start (; 2 ;) (type $FUNCSIG$v)
|
|
call $start:getter-setter
|
|
)
|
|
(func $null (; 3 ;) (type $FUNCSIG$v)
|
|
nop
|
|
)
|
|
)
|