mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 17:31:29 +00:00
Rename memory instructions; Rework constant handling
This commit is contained in:
@ -25,8 +25,8 @@
|
||||
(block $2of2
|
||||
(block $1of2
|
||||
(block $0of2
|
||||
(block $oob
|
||||
(br_table $0of2 $1of2 $2of2 $oob
|
||||
(block $outOfRange
|
||||
(br_table $0of2 $1of2 $2of2 $outOfRange
|
||||
(i32.sub
|
||||
(get_global $~argc)
|
||||
(i32.const 1)
|
||||
|
Reference in New Issue
Block a user