1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-19 18:51:26 +00:00
assemblyscript/tests/compiler/runtime-half.untouched.wat

10 lines
174 B
Plaintext
Raw Normal View History

(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)
)
)