Improved tests to use available compilers

This commit is contained in:
Syrus
2020-04-16 11:52:11 -07:00
parent 5f5928dfbd
commit b301ac85be
14 changed files with 428 additions and 467 deletions

View File

@ -0,0 +1,10 @@
(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"))