|
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 |
|
| #
e6948e75 |
| 25-Feb-2026 |
Nick Fitzgerald <[email protected]> |
Add a provided `TryClone::clone_panic_on_oom` method (#12675)
|
|
Revision tags: v42.0.1, v41.0.4, v42.0.0, v40.0.4, v36.0.6, v24.0.6 |
|
| #
b57de80f |
| 18-Feb-2026 |
Nick Fitzgerald <[email protected]> |
Implement `TryClone` for `Arc<T>`, `Option<T>`, and `Result<T, E>` (#12615)
|
| #
c12e1698 |
| 11-Feb-2026 |
Nick Fitzgerald <[email protected]> |
Move `StringPool` to `wasmtime-environ` (#12562)
* Move `StringPool` to `wasmtime-environ`
* Remove old location's `mod` declaration
* always implement TryClone for hashbrown::DefaultHashBuilder
|
| #
0c673b70 |
| 06-Feb-2026 |
Nick Fitzgerald <[email protected]> |
Add a reusable `StringPool` for interning strings (#12536)
* Add a reusable `StringPool` for interning strings
And make sure it handles allocation failure.
* fix string pool tests
* Address revie
Add a reusable `StringPool` for interning strings (#12536)
* Add a reusable `StringPool` for interning strings
And make sure it handles allocation failure.
* fix string pool tests
* Address review feedback
* One more piece of review feedback that got missed
show more ...
|
| #
f0011184 |
| 05-Feb-2026 |
Nick Fitzgerald <[email protected]> |
Add a fallible-allocation-only version of `HashMap` (#12535)
* Add a fallible-allocation-only version of `HashMap`
* fix link in doc comment
|
|
Revision tags: v41.0.3 |
|
| #
b8e97b5b |
| 04-Feb-2026 |
Nick Fitzgerald <[email protected]> |
Define a `TryClone` trait for cloning with fallible allocation (#12519)
* Define a `TryClone` trait for cloning with fallible allocation
Part of https://github.com/bytecodealliance/wasmtime/issues/
Define a `TryClone` trait for cloning with fallible allocation (#12519)
* Define a `TryClone` trait for cloning with fallible allocation
Part of https://github.com/bytecodealliance/wasmtime/issues/12069
* add reason to `allow` annotation
show more ...
|