mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-31 06:02:11 +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 $abi/condition (mut i32) (i32.const 0))
|
||||
(global $abi/y (mut i32) (i32.const 0))
|
||||
(global $HEAP_BASE i32 (i32.const 20))
|
||||
(global $HEAP_BASE i32 (i32.const 24))
|
||||
(memory $0 1)
|
||||
(data (i32.const 4) "\06\00\00\00a\00b\00i\00.\00t\00s\00")
|
||||
(data (i32.const 8) "\06\00\00\00a\00b\00i\00.\00t\00s\00")
|
||||
(export "exported" (func $abi/exported))
|
||||
(export "exportedExported" (func $abi/exportedExported))
|
||||
(export "exportedInternal" (func $abi/exportedInternal))
|
||||
@@ -75,7 +75,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 32)
|
||||
(i32.const 2)
|
||||
)
|
||||
@@ -129,7 +129,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 45)
|
||||
(i32.const 2)
|
||||
)
|
||||
@@ -171,7 +171,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 58)
|
||||
(i32.const 2)
|
||||
)
|
||||
@@ -198,7 +198,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 65)
|
||||
(i32.const 2)
|
||||
)
|
||||
@@ -222,7 +222,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 72)
|
||||
(i32.const 2)
|
||||
)
|
||||
@@ -244,7 +244,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 74)
|
||||
(i32.const 2)
|
||||
)
|
||||
@@ -263,7 +263,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 77)
|
||||
(i32.const 2)
|
||||
)
|
||||
@@ -282,7 +282,7 @@
|
||||
(block
|
||||
(call $abort
|
||||
(i32.const 0)
|
||||
(i32.const 4)
|
||||
(i32.const 8)
|
||||
(i32.const 79)
|
||||
(i32.const 2)
|
||||
)
|
||||
|
Reference in New Issue
Block a user