assemblyscript/tests/compiler/closure.untouched.wat

10 lines
174 B
Plaintext
Raw Normal View History

2018-04-03 23:56:48 +02:00
(module
(type $FUNCSIG$v (func))
2019-04-06 20:17:48 +02:00
(memory $0 0)
(table $0 1 funcref)
(elem (i32.const 0) $null)
2018-04-03 23:56:48 +02:00
(export "memory" (memory $0))
2019-04-06 20:17:48 +02:00
(func $null (; 0 ;) (type $FUNCSIG$v)
)
2018-04-03 23:56:48 +02:00
)