1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-22 11:00:50 +00:00

8 lines
271 B
Plaintext

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