Path: blob/main/tests/all/cli_tests/coredump_smoketest.wat
3101 views
(module
(func (export "a")
call $b
)
(func $b
call $c
)
(func $c
unreachable
)
)
(module
(func (export "a")
call $b
)
(func $b
call $c
)
(func $c
unreachable
)
)