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