assemblyscript/tests/compiler/simd.optimized.wat

11 lines
222 B
Plaintext
Raw Normal View History

2019-02-28 17:36:22 +01:00
(module
(type $FUNCSIG$v (func))
2019-02-28 17:36:22 +01:00
(memory $0 1)
2019-04-08 23:22:13 +02:00
(data (i32.const 8) "\11\00\00\00\0e")
(data (i32.const 24) "s\00i\00m\00d\00.\00t\00s")
2019-02-28 17:36:22 +01:00
(export "memory" (memory $0))
(func $start (; 0 ;) (type $FUNCSIG$v)
2019-02-28 17:36:22 +01:00
nop
)
)