assemblyscript/tests/compiler/empty.optimized.wat

10 lines
174 B
Plaintext
Raw Normal View History

(module
(type $FUNCSIG$v (func))
2019-05-21 00:38:48 +02:00
(memory $0 0)
2019-05-20 23:10:06 +02:00
(table $0 1 funcref)
(elem (i32.const 0) $null)
(export "memory" (memory $0))
2019-05-21 00:38:48 +02:00
(func $null (; 0 ;) (type $FUNCSIG$v)
2019-05-20 23:10:06 +02:00
)
)