mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 11:11:43 +00:00
Update Binaryen to latest and rebuild dist files
This commit is contained in:
@ -8,14 +8,14 @@
|
||||
(import "declare" "my.externalFunction" (func $declare/my.externalFunction))
|
||||
(memory $0 1)
|
||||
(data (i32.const 8) "\n\00\00\00d\00e\00c\00l\00a\00r\00e\00.\00t\00s")
|
||||
(table $0 1 anyfunc)
|
||||
(table $0 1 funcref)
|
||||
(elem (i32.const 0) $null)
|
||||
(export "memory" (memory $0))
|
||||
(export "table" (table $0))
|
||||
(start $start)
|
||||
(func $start (; 3 ;) (type $v)
|
||||
call $declare/externalFunction
|
||||
get_global $declare/externalConstant
|
||||
global.get $declare/externalConstant
|
||||
i32.const 1
|
||||
i32.ne
|
||||
if
|
||||
@ -27,7 +27,7 @@
|
||||
unreachable
|
||||
end
|
||||
call $declare/my.externalFunction
|
||||
get_global $declare/my.externalConstant
|
||||
global.get $declare/my.externalConstant
|
||||
i32.const 2
|
||||
i32.ne
|
||||
if
|
||||
|
Reference in New Issue
Block a user