mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-27 05:31:56 +00:00
Update Binaryen and other dependencies; Update dist files
This commit is contained in:
@ -16,12 +16,12 @@
|
||||
(local $4 i32)
|
||||
(local $5 i32)
|
||||
get_local $0
|
||||
set_local $4
|
||||
set_local $3
|
||||
get_local $0
|
||||
get_local $1
|
||||
i32.eq
|
||||
if
|
||||
get_local $4
|
||||
get_local $3
|
||||
return
|
||||
end
|
||||
get_local $0
|
||||
@ -44,7 +44,7 @@
|
||||
get_local $2
|
||||
i32.eqz
|
||||
if
|
||||
get_local $4
|
||||
get_local $3
|
||||
return
|
||||
end
|
||||
get_local $2
|
||||
@ -52,18 +52,17 @@
|
||||
i32.sub
|
||||
set_local $2
|
||||
get_local $0
|
||||
tee_local $5
|
||||
tee_local $3
|
||||
tee_local $4
|
||||
i32.const 1
|
||||
i32.add
|
||||
set_local $0
|
||||
get_local $1
|
||||
tee_local $3
|
||||
tee_local $5
|
||||
i32.const 1
|
||||
i32.add
|
||||
set_local $1
|
||||
get_local $4
|
||||
get_local $5
|
||||
get_local $3
|
||||
i32.load8_u
|
||||
i32.store8
|
||||
br $continue|0
|
||||
@ -98,18 +97,17 @@
|
||||
get_local $2
|
||||
if
|
||||
get_local $0
|
||||
tee_local $5
|
||||
tee_local $3
|
||||
tee_local $4
|
||||
i32.const 1
|
||||
i32.add
|
||||
set_local $0
|
||||
get_local $1
|
||||
tee_local $3
|
||||
tee_local $5
|
||||
i32.const 1
|
||||
i32.add
|
||||
set_local $1
|
||||
get_local $4
|
||||
get_local $5
|
||||
get_local $3
|
||||
i32.load8_u
|
||||
i32.store8
|
||||
get_local $2
|
||||
@ -138,7 +136,7 @@
|
||||
get_local $2
|
||||
i32.eqz
|
||||
if
|
||||
get_local $4
|
||||
get_local $3
|
||||
return
|
||||
end
|
||||
get_local $2
|
||||
@ -193,7 +191,7 @@
|
||||
end
|
||||
end
|
||||
end
|
||||
get_local $4
|
||||
get_local $3
|
||||
)
|
||||
(func $start (; 2 ;) (type $v)
|
||||
i32.const 8
|
||||
|
Reference in New Issue
Block a user