Stream: git-wasmtime

Topic: wasmtime / PR #5215 Update how exits are modeled in the C...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 07 2022 at 15:25):

alexcrichton opened PR #5215 from update-c-api-traps to main:

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.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Nov 07 2022 at 17:33):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 07 2022 at 17:35):

alexcrichton merged PR #5215.


Last updated: Nov 22 2024 at 16:03 UTC