mirror of
https://github.com/encounter/wasmtime.git
synced 2026-07-11 06:18:52 -07:00
* 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.