mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-02 16:11:49 +00:00
Update Binaryen and take care of WebAssembly/binaryen#1547
This commit is contained in:
@ -5,9 +5,9 @@
|
||||
(import "env" "abort" (func $abort (param i32 i32 i32 i32)))
|
||||
(global $memcpy/base i32 (i32.const 8))
|
||||
(global $memcpy/dest (mut i32) (i32.const 0))
|
||||
(global $HEAP_BASE i32 (i32.const 28))
|
||||
(global $HEAP_BASE i32 (i32.const 32))
|
||||
(memory $0 1)
|
||||
(data (i32.const 4) "\t\00\00\00m\00e\00m\00c\00p\00y\00.\00t\00s\00")
|
||||
(data (i32.const 8) "\t\00\00\00m\00e\00m\00c\00p\00y\00.\00t\00s\00")
|
||||
(export "memcpy" (func $memcpy/memcpy))
|
||||
(export "memory" (memory $0))
|
||||
(start $start)
|
||||
@ -1868,7 +1868,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 151)
|
||||
(i32.const 0)
|
||||
)
|
||||
@ -1887,7 +1887,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 152)
|
||||
(i32.const 0)
|
||||
)
|
||||
@ -1911,7 +1911,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 155)
|
||||
(i32.const 0)
|
||||
)
|
||||
@ -1930,7 +1930,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 156)
|
||||
(i32.const 0)
|
||||
)
|
||||
@ -1952,7 +1952,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 157)
|
||||
(i32.const 0)
|
||||
)
|
||||
@ -1974,7 +1974,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 158)
|
||||
(i32.const 0)
|
||||
)
|
||||
@ -1996,7 +1996,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 159)
|
||||
(i32.const 0)
|
||||
)
|
||||
@ -2028,7 +2028,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 162)
|
||||
(i32.const 0)
|
||||
)
|
||||
@ -2060,7 +2060,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 165)
|
||||
(i32.const 0)
|
||||
)
|
||||
@ -2082,7 +2082,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 166)
|
||||
(i32.const 0)
|
||||
)
|
||||
@ -2104,7 +2104,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 167)
|
||||
(i32.const 0)
|
||||
)
|
||||
@ -2126,7 +2126,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 168)
|
||||
(i32.const 0)
|
||||
)
|
||||
|
Reference in New Issue
Block a user