mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-28 06:01:51 +00:00
use gc interface directly, document
This commit is contained in:
@ -71,7 +71,7 @@
|
||||
end
|
||||
i32.const 0
|
||||
global.set $comma/b
|
||||
global.get $comma/b
|
||||
i32.const 0
|
||||
global.set $comma/a
|
||||
global.get $comma/a
|
||||
i32.const 1
|
||||
@ -107,8 +107,9 @@
|
||||
i32.add
|
||||
global.set $comma/a
|
||||
global.get $comma/a
|
||||
local.tee $0
|
||||
global.set $comma/b
|
||||
global.get $comma/b
|
||||
local.get $0
|
||||
global.set $comma/a
|
||||
global.get $comma/a
|
||||
i32.const 2
|
||||
|
Reference in New Issue
Block a user