assemblyscript/tests/compiler/empty.optimized.wat
2019-05-21 00:38:48 +02:00

10 lines
174 B
Plaintext

(module
(type $FUNCSIG$v (func))
(memory $0 0)
(table $0 1 funcref)
(elem (i32.const 0) $null)
(export "memory" (memory $0))
(func $null (; 0 ;) (type $FUNCSIG$v)
)
)