Dan Gohman

Results 818 comments of Dan Gohman

wit-bindgen 0.19.1 was just released.

Yes, this is unfortunately semver breaking. If there's a specific feature you need in linux-raw-sys 0.6, we can backport or add compatible definitions it to 0.4.

0.38.x releases are now being done in a dedicated 0.38 branch, so `main` can now accept semver-breaking changes. The CI failure looks like rustix's `io_uring_sync_cancel_reg` needs to be updated to...

The CI failure here looks due to changes in the layout of `xdp_umem_reg`, so it looks like rustix's `XdpUmemReg` needs to be updated to match.

The compile errors are fixed on main in #1173. However the linux-i686 failure [here](https://github.com/bytecodealliance/rustix/actions/runs/10971306900/job/30466286482?pr=1061) looks relevant: ``` thread 'net::types::test_sizes' panicked at src/net/types.rs:1817:5: assertion `left == right` failed left: 32 right:...

The June 2024 hybrid meeting [happened](https://github.com/WebAssembly/meetings/blob/main/main/2024/CG-06.md)!

The factoring out of this code into a high-level API has now happened. See the [Memory](https://docs.rs/wasmtime/0.9.0/wasmtime/struct.Memory.html#methods) methods in the embedding API. Would you mind looking at the API provided there...