mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-30 21:52:18 +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) "\05\00\00\00i\00f\00.\00t\00s\00")
|
||||
(table $0 1 anyfunc)
|
||||
(table $0 1 funcref)
|
||||
(elem (i32.const 0) $null)
|
||||
(global $HEAP_BASE i32 (i32.const 24))
|
||||
(export "memory" (memory $0))
|
||||
@@ -16,7 +16,7 @@
|
||||
(export "ifAlwaysReturns" (func $if/ifAlwaysReturns))
|
||||
(start $start)
|
||||
(func $if/ifThenElse (; 1 ;) (type $ii) (param $0 i32) (result i32)
|
||||
get_local $0
|
||||
local.get $0
|
||||
if
|
||||
i32.const 1
|
||||
return
|
||||
@@ -28,7 +28,7 @@
|
||||
unreachable
|
||||
)
|
||||
(func $if/ifThen (; 2 ;) (type $ii) (param $0 i32) (result i32)
|
||||
get_local $0
|
||||
local.get $0
|
||||
if
|
||||
i32.const 1
|
||||
return
|
||||
@@ -36,7 +36,7 @@
|
||||
i32.const 0
|
||||
)
|
||||
(func $if/ifThenElseBlock (; 3 ;) (type $ii) (param $0 i32) (result i32)
|
||||
get_local $0
|
||||
local.get $0
|
||||
if
|
||||
i32.const 1
|
||||
return
|
||||
@@ -48,7 +48,7 @@
|
||||
unreachable
|
||||
)
|
||||
(func $if/ifAlwaysReturns (; 4 ;) (type $ii) (param $0 i32) (result i32)
|
||||
get_local $0
|
||||
local.get $0
|
||||
if
|
||||
i32.const 1
|
||||
return
|
||||
|
Reference in New Issue
Block a user