mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
8 lines
271 B
Plaintext
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
|