mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-16 16:31:32 +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)
|
||||
@ -42,7 +42,7 @@
|
||||
(func $enum/getZero (; 0 ;) (type $i) (result i32)
|
||||
i32.const 0
|
||||
)
|
||||
(func $start (; 1 ;) (type $v)
|
||||
(func $start (; 1 ;) (type $_)
|
||||
call $enum/getZero
|
||||
global.set $enum/NonConstant.ZERO
|
||||
call $enum/getZero
|
||||
@ -54,6 +54,6 @@
|
||||
global.get $enum/NonConstant.ONE
|
||||
drop
|
||||
)
|
||||
(func $null (; 2 ;) (type $v)
|
||||
(func $null (; 2 ;) (type $_)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user