mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 18:01:31 +00:00
Update Binaryen to latest and rebuild dist files
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
(import "env" "abort" (func $~lib/env/abort (param i32 i32 i32 i32)))
|
||||
(memory $0 1)
|
||||
(data (i32.const 8) "\t\00\00\00s\00w\00i\00t\00c\00h\00.\00t\00s")
|
||||
(table $0 1 anyfunc)
|
||||
(table $0 1 funcref)
|
||||
(elem (i32.const 0) $null)
|
||||
(export "memory" (memory $0))
|
||||
(export "table" (table $0))
|
||||
@ -14,19 +14,19 @@
|
||||
(local $1 i32)
|
||||
block $case4|0
|
||||
block $case2|0
|
||||
get_local $0
|
||||
local.get $0
|
||||
i32.const 1
|
||||
i32.ne
|
||||
if
|
||||
get_local $0
|
||||
tee_local $1
|
||||
local.get $0
|
||||
local.tee $1
|
||||
i32.eqz
|
||||
br_if $case2|0
|
||||
get_local $1
|
||||
local.get $1
|
||||
i32.const 2
|
||||
i32.eq
|
||||
br_if $case4|0
|
||||
get_local $1
|
||||
local.get $1
|
||||
i32.const 3
|
||||
i32.eq
|
||||
br_if $case4|0
|
||||
@ -44,16 +44,16 @@
|
||||
(local $1 i32)
|
||||
block $break|0
|
||||
block $case2|0
|
||||
get_local $0
|
||||
local.get $0
|
||||
i32.const 1
|
||||
i32.ne
|
||||
if
|
||||
get_local $0
|
||||
tee_local $1
|
||||
local.get $0
|
||||
local.tee $1
|
||||
i32.const 2
|
||||
i32.eq
|
||||
br_if $case2|0
|
||||
get_local $1
|
||||
local.get $1
|
||||
i32.const 3
|
||||
i32.eq
|
||||
br_if $case2|0
|
||||
|
Reference in New Issue
Block a user