assemblyscript/tests/compiler/wasi.optimized.wat

13 lines
273 B
Plaintext
Raw Normal View History

2019-03-27 20:37:09 +01:00
(module
(type $FUNCSIG$v (func))
2019-03-27 23:23:53 +01:00
(memory $0 1)
(data (i32.const 8) "\07\00\00\00w\00a\00s\00i\00.\00t\00s")
2019-03-27 20:37:09 +01:00
(table $0 1 funcref)
2019-03-27 23:23:53 +01:00
(elem (i32.const 0) $start)
2019-03-27 20:37:09 +01:00
(export "memory" (memory $0))
(export "table" (table $0))
2019-03-27 23:23:53 +01:00
(func $start (; 0 ;) (type $FUNCSIG$v)
2019-03-27 20:37:09 +01:00
nop
)
)