mirror of
https://github.com/encounter/wasmtime.git
synced 2026-03-30 11:42:15 -07:00
4f1e6f3785
* Use some `byte_add` methods from Rust 1.75 Now that we're able to, use some convenience methods from the 1.75 release of Rust. * Use `Atomic*::from_ptr` from Rust 1.75 Helps clean up some casts and clarify local intent.