mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-25 12:41:50 +00:00
Use Binaryen's function signature naming scheme (#522)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
(module
|
||||
(type $_ (func))
|
||||
(type $FUNCSIG$v (func))
|
||||
(import "foo" "var" (global $external/var_ i32))
|
||||
(import "external" "foo" (func $external/foo))
|
||||
(import "external" "foo.bar" (func $external/foo.bar))
|
||||
@ -15,7 +15,7 @@
|
||||
(export "two" (func $external/two))
|
||||
(export "three" (func $external/three))
|
||||
(export "var_" (global $external/var_))
|
||||
(func $null (; 4 ;) (type $_)
|
||||
(func $null (; 4 ;) (type $FUNCSIG$v)
|
||||
nop
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user