mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 17:31:29 +00:00
Add SIMD prerequisites (#469)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
(module
|
||||
(type $v (func))
|
||||
(type $_ (func))
|
||||
(import "foo" "var" (global $external/var_ i32))
|
||||
(import "external" "foo" (func $external/foo))
|
||||
(import "external" "foo.bar" (func $external/foo.bar))
|
||||
@ -16,6 +16,6 @@
|
||||
(export "two" (func $external/two))
|
||||
(export "three" (func $external/three))
|
||||
(export "var_" (global $external/var_))
|
||||
(func $null (; 4 ;) (type $v)
|
||||
(func $null (; 4 ;) (type $_)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user