Files
wasmer/tests/custom/stack-overflow.wast
2020-05-11 12:35:38 -07:00

11 lines
284 B
Plaintext

(module
(type (;0;) (func))
(func (;0;) (type 0)
i32.const 0
call_indirect (type 0))
(table (;0;) 1 anyfunc)
(export "stack-overflow" (func 0))
(elem (;0;) (i32.const 0) 0))
(assert_exhaustion (invoke "stack-overflow") "stack overflow")