dylibso / dylibso/chicory

Readable Wasm Exceptions

Open
#829 6 comments 1 reaction 0 assignees View on GitHub
Dominant language
Java
Stars
1.1k
Forks
71
PR merge metrics
No merged PRs in 30d

Description

Currently, when we hit an `unreachable` opcode we simply blow up the Machine.

The call stack contains information about the function names, but they are obscure for the user that needs to do the mapping `functionIdx` -> function name in the custom section.

This can be automated using the StackWalking API, that can kick in only when unreachable is reached.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.