mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 01:41:30 +00:00
Update Binaryen to latest and rebuild dist files
This commit is contained in:
@ -3,31 +3,31 @@
|
||||
(type $v (func))
|
||||
(memory $0 1)
|
||||
(data (i32.const 8) "\08\00\00\00c\00l\00a\00s\00s\00.\00t\00s")
|
||||
(table $0 1 anyfunc)
|
||||
(table $0 1 funcref)
|
||||
(elem (i32.const 0) $start)
|
||||
(export "memory" (memory $0))
|
||||
(export "table" (table $0))
|
||||
(export "test" (func $class/test))
|
||||
(func $class/test (; 0 ;) (type $ii) (param $0 i32) (result i32)
|
||||
get_local $0
|
||||
local.get $0
|
||||
i32.load
|
||||
drop
|
||||
get_local $0
|
||||
local.get $0
|
||||
i32.load16_s offset=4
|
||||
drop
|
||||
get_local $0
|
||||
local.get $0
|
||||
i32.load8_s offset=6
|
||||
drop
|
||||
get_local $0
|
||||
local.get $0
|
||||
i32.const 1
|
||||
i32.store
|
||||
get_local $0
|
||||
local.get $0
|
||||
i32.const 2
|
||||
i32.store16 offset=4
|
||||
get_local $0
|
||||
local.get $0
|
||||
i32.const 3
|
||||
i32.store8 offset=6
|
||||
get_local $0
|
||||
local.get $0
|
||||
)
|
||||
(func $start (; 1 ;) (type $v)
|
||||
nop
|
||||
|
Reference in New Issue
Block a user