mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-15 16:01:30 +00:00
Add SIMD prerequisites (#469)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
(module
|
||||
(type $i (func (result i32)))
|
||||
(type $v (func))
|
||||
(type $_ (func))
|
||||
(memory $0 0)
|
||||
(table $0 1 funcref)
|
||||
(elem (i32.const 0) $null)
|
||||
@ -18,7 +18,7 @@
|
||||
(func $namespace/Joined.anotherFunc (; 1 ;) (type $i) (result i32)
|
||||
global.get $namespace/Joined.THREE
|
||||
)
|
||||
(func $start (; 2 ;) (type $v)
|
||||
(func $start (; 2 ;) (type $_)
|
||||
global.get $namespace/Outer.Inner.aVar
|
||||
drop
|
||||
call $namespace/Outer.Inner.aFunc
|
||||
@ -28,6 +28,6 @@
|
||||
call $namespace/Joined.anotherFunc
|
||||
drop
|
||||
)
|
||||
(func $null (; 3 ;) (type $v)
|
||||
(func $null (; 3 ;) (type $_)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user