Update Binaryen and take care of WebAssembly/binaryen#1547

This commit is contained in:
dcodeIO
2018-05-14 16:55:55 +02:00
parent 5ab81a00a1
commit 6c0a5c47d9
118 changed files with 6852 additions and 6590 deletions

View File

@ -6,7 +6,7 @@
(global $abi/condition (mut i32) (i32.const 0))
(global $abi/y (mut i32) (i32.const 0))
(memory $0 1)
(data (i32.const 4) "\06\00\00\00a\00b\00i\00.\00t\00s")
(data (i32.const 8) "\06\00\00\00a\00b\00i\00.\00t\00s")
(export "exported" (func $abi/exported))
(export "exportedExported" (func $abi/exportedExported))
(export "exportedInternal" (func $abi/exportedInternal))
@ -64,7 +64,7 @@
(block
(call $abort
(i32.const 0)
(i32.const 4)
(i32.const 8)
(i32.const 58)
(i32.const 2)
)
@ -79,7 +79,7 @@
(block
(call $abort
(i32.const 0)
(i32.const 4)
(i32.const 8)
(i32.const 65)
(i32.const 2)
)