Rename memory instructions; Rework constant handling

This commit is contained in:
dcodeIO
2018-07-18 23:49:32 +02:00
parent 34e8facfdc
commit a1b75b69b7
170 changed files with 26392 additions and 5185 deletions

View File

@ -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)