Exceptions: implement C API. by cfallin · Pull Request #12861 · bytecodealliance/wasmtime

@cfallin

This PR implements C (and C++) API support for Wasm exceptions, one final remaining hurdle (aside from fuzz-testing) for making exceptions tier-1 and on-by-default.

@cfallin

This PR implements C (and C++) API support for Wasm exceptions, one
final remaining hurdle (aside from fuzz-testing) for making exceptions
tier-1 and on-by-default.

alexcrichton

@cfallin

@cfallin

@cfallin

Updated based on feedback (thanks!) and also added a case to wasmtime_val_t for exnref, plus a test that uses it, as I realized I had missed that bit.

@cfallin