|
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, 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 |
|
| #
4c2e3d29 |
| 28-Jan-2026 |
Nick Fitzgerald <[email protected]> |
Add `PanicOnOom` extension trait (#12461)
To make it clear that we are only ignoring OOM errors, and not hiding the unwrapping of other kinds of errors, in our various TODOs for https://github.com/b
Add `PanicOnOom` extension trait (#12461)
To make it clear that we are only ignoring OOM errors, and not hiding the unwrapping of other kinds of errors, in our various TODOs for https://github.com/bytecodealliance/wasmtime/issues/12069
show more ...
|
| #
49ca1380 |
| 27-Jan-2026 |
Nick Fitzgerald <[email protected]> |
Force callers to handle allocation failure in `Slab` (#12450)
* Add `Vec::drain` method
* Force callers to handle allocation failure in `Slab`
|
|
Revision tags: v41.0.1, v36.0.5, v40.0.3 |
|
| #
ab401d66 |
| 23-Jan-2026 |
Alex Crichton <[email protected]> |
Move `wasmtime-slab` crate into `wasmtime-core` (#12407)
Consolidating core data structures in one location
|
|
Revision tags: 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, v32.0.0, v31.0.0, v30.0.2, v30.0.1, v30.0.0, v29.0.1, v29.0.0, v28.0.1, v28.0.0, v27.0.0, v26.0.1, v25.0.3, v24.0.2, v26.0.0, v21.0.2, v22.0.1, v23.0.3, v25.0.2, v24.0.1 |
|
| #
f07c4416 |
| 01-Oct-2024 |
Nick Fitzgerald <[email protected]> |
Add support for funcrefs inside GC objects (#9341)
|