assemblyscript/tests/compiler/std/simd.optimized.wat

9 lines
130 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 0)
(export "memory" (memory $0))
(func $null (; 0 ;) (type $FUNCSIG$v)
2019-02-28 17:36:22 +01:00
nop
)
)