Add SIMD prerequisites (#469)

This commit is contained in:
Daniel Wirtz
2019-02-07 15:26:26 +01:00
committed by GitHub
parent 7ce3296b5e
commit 2f1a6c44ce
201 changed files with 1485 additions and 1432 deletions

View File

@ -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
)
)