Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update how exits are modeled in the C API #5215

Merged

Commits on Nov 7, 2022

  1. Update how exits are modeled in the C API

    Previously extracting an exit code was only possibly on a `wasm_trap_t`
    which will never successfully have an exit code on it, so the exit code
    extractor is moved over to `wasmtime_error_t`. Additionally extracting a
    wasm trace from a `wasmtime_error_t` is added since traces happen on
    both traps and errors now.
    alexcrichton committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d6a4563 View commit details
    Browse the repository at this point in the history