|
Revision tags: dev, v36.0.9, v44.0.1, v43.0.2, v36.0.8, v24.0.8, v44.0.0, v43.0.1, v42.0.2, v36.0.7, v24.0.7 |
|
| #
0dbb6f3d |
| 31-Mar-2026 |
Chris Fallin <[email protected]> |
Exceptions: implement C API. (#12861)
* Exceptions: implement C API.
This PR implements C (and C++) API support for Wasm exceptions, one final remaining hurdle (aside from fuzz-testing) for making
Exceptions: implement C API. (#12861)
* Exceptions: implement C API.
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.
* Review feedback, and add exnref case to `wasmtime_val_t`.
* Review feedback: GC feature guard.
* clang-format
* add docs to exn.hh.
* Remove tag size asserts: broken on 32-bit platforms, but not needed for correctness wrt C struct.
show more ...
|
|
Revision tags: v43.0.0, v42.0.1, v41.0.4, v42.0.0, v40.0.4, v36.0.6, v24.0.6, v41.0.3, v41.0.2, v41.0.1, v36.0.5, v40.0.3, v41.0.0, v36.0.4, v39.0.2, v40.0.2, v40.0.1, v40.0.0, v39.0.1, v39.0.0, v38.0.4, v37.0.3, v36.0.3, v24.0.5, v38.0.3, v38.0.2, v38.0.1, v37.0.2, v37.0.1, v37.0.0, v36.0.2, v36.0.1, v36.0.0, v35.0.0, v24.0.4, v33.0.2, v34.0.2, v34.0.1, v33.0.1, v24.0.3, v32.0.1, v34.0.0, v33.0.0 |
|
| #
3a5dda5f |
| 28-Apr-2025 |
Alex Crichton <[email protected]> |
Split final C++ items out of `wasmtime.hh` (#10692)
* Split final C++ items out of `wasmtime.hh`
Now `wasmtime.hh` is just an "amalgamation" header to include everything, yay!
* Format files
* Tr
Split final C++ items out of `wasmtime.hh` (#10692)
* Split final C++ items out of `wasmtime.hh`
Now `wasmtime.hh` is just an "amalgamation" header to include everything, yay!
* Format files
* Try to fix MSVC
show more ...
|
| #
a045eaa9 |
| 28-Apr-2025 |
Alex Crichton <[email protected]> |
Run `clang-format` over more files (#10689)
We were already running it over most `*.c` files and other ones but forgot the `*.hh` and `*.cc` extensions which are being used for C++ bindings, so add
Run `clang-format` over more files (#10689)
We were already running it over most `*.c` files and other ones but forgot the `*.hh` and `*.cc` extensions which are being used for C++ bindings, so add those in and then run the formatter.
show more ...
|
| #
453bb9a4 |
| 28-Apr-2025 |
Alex Crichton <[email protected]> |
Split C++ Func/Table/Memory/Global to their own headers (#10688)
I did my best to separate out headers but I don't understand enough C++ to fully sever `val.hh` and `func.hh` so they sort of circula
Split C++ Func/Table/Memory/Global to their own headers (#10688)
I did my best to separate out headers but I don't understand enough C++ to fully sever `val.hh` and `func.hh` so they sort of circularly reference each other now.
show more ...
|