mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 21:51:32 +00:00
Improved tests to use available compilers
This commit is contained in:
10
tests/custom/stack-overflow.wast
Normal file
10
tests/custom/stack-overflow.wast
Normal 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"))
|
Reference in New Issue
Block a user