mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 00:41:32 +00:00
Add SIMD prerequisites (#469)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
(module
|
||||
(type $iiFFFFFv (func (param i32 i32 f64 f64 f64 f64 f64)))
|
||||
(type $v (func))
|
||||
(type $iiFFFFF_ (func (param i32 i32 f64 f64 f64 f64 f64)))
|
||||
(type $_ (func))
|
||||
(import "env" "trace" (func $~lib/env/trace (param i32 i32 f64 f64 f64 f64 f64)))
|
||||
(memory $0 1)
|
||||
(data (i32.const 8) "\0d\00\00\00z\00e\00r\00o\00_\00i\00m\00p\00l\00i\00c\00i\00t")
|
||||
@ -17,7 +17,7 @@
|
||||
(export "memory" (memory $0))
|
||||
(export "table" (table $0))
|
||||
(export "main" (func $std/trace/main))
|
||||
(func $std/trace/main (; 1 ;) (type $v)
|
||||
(func $std/trace/main (; 1 ;) (type $_)
|
||||
global.get $~started
|
||||
i32.eqz
|
||||
if
|
||||
@ -26,7 +26,7 @@
|
||||
global.set $~started
|
||||
end
|
||||
)
|
||||
(func $start (; 2 ;) (type $v)
|
||||
(func $start (; 2 ;) (type $_)
|
||||
i32.const 8
|
||||
i32.const 0
|
||||
f64.const 0
|
||||
@ -92,7 +92,7 @@
|
||||
f64.const 5.5
|
||||
call $~lib/env/trace
|
||||
)
|
||||
(func $null (; 3 ;) (type $v)
|
||||
(func $null (; 3 ;) (type $_)
|
||||
nop
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user