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

c-api: Fix wasmtime_func_call_unchecked to communicate all errors #5262

Merged
merged 1 commit into from Nov 14, 2022

Commits on Nov 14, 2022

  1. c-api: Fix wasmtime_func_call_unchecked to communicate all errors

    Change the return value of this function to a `wasmtime_error_t*`
    instead of the prior `wasm_trap_t*`. This is a leftover from bytecodealliance#5149.
    
    Closes bytecodealliance#5257
    alexcrichton committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    10c7883 View commit details
    Browse the repository at this point in the history