1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-22 02:50:51 +00:00
wasmer/lib/emscripten-tests/emtests/test_exceptions_multi.out

10 lines
357 B
Plaintext

setjmp normal execution path, level: 0, prev_jmp: -1
setjmp normal execution path, level: 1, prev_jmp: 0
level is 2, perform longjmp!
caught 1
setjmp exception execution path, level: 1, prev_jmp: 0
prev_jmp is not empty, continue with longjmp!
caught 0
setjmp exception execution path, level: 0, prev_jmp: -1
Exiting setjmp function, level: 0, prev_jmp: -1