Add tests that trap, and fix handling of SIGFPE on x86.
This commit is contained in:
9
filetests/trap_stackoverflow.wat
Normal file
9
filetests/trap_stackoverflow.wat
Normal file
@@ -0,0 +1,9 @@
|
||||
(module
|
||||
(func $foo
|
||||
(call $main)
|
||||
)
|
||||
(func $main
|
||||
(call $foo)
|
||||
)
|
||||
(start $main)
|
||||
)
|
||||
Reference in New Issue
Block a user