mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-31 22:22:13 +00:00
Use Binaryen's function signature naming scheme (#522)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(module
|
||||
(type $iiii_ (func (param i32 i32 i32 i32)))
|
||||
(type $_ (func))
|
||||
(type $FUNCSIG$viiii (func (param i32 i32 i32 i32)))
|
||||
(type $FUNCSIG$v (func))
|
||||
(import "env" "abort" (func $~lib/env/abort (param i32 i32 i32 i32)))
|
||||
(memory $0 1)
|
||||
(data (i32.const 8) "\17\00\00\00p\00o\00r\00t\00a\00b\00l\00e\00-\00c\00o\00n\00v\00e\00r\00s\00i\00o\00n\00s\00.\00t\00s")
|
||||
@@ -13,7 +13,7 @@
|
||||
(export "memory" (memory $0))
|
||||
(export "table" (table $0))
|
||||
(start $start)
|
||||
(func $start:portable-conversions (; 1 ;) (type $_)
|
||||
(func $start:portable-conversions (; 1 ;) (type $FUNCSIG$v)
|
||||
global.get $portable-conversions/i
|
||||
i32.const 255
|
||||
i32.and
|
||||
@@ -614,10 +614,10 @@
|
||||
unreachable
|
||||
end
|
||||
)
|
||||
(func $start (; 2 ;) (type $_)
|
||||
(func $start (; 2 ;) (type $FUNCSIG$v)
|
||||
call $start:portable-conversions
|
||||
)
|
||||
(func $null (; 3 ;) (type $_)
|
||||
(func $null (; 3 ;) (type $FUNCSIG$v)
|
||||
nop
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user