Juniper Tyree

Results 292 comments of Juniper Tyree

Thanks for your work! Has there been any progress on this?

It seems like `GuestSlice` also assumes that the host has direct access to the guest as it implements `Deref` (and `GuestSliceMut` implements `DerefMut`). This seems to be a bigger issue...

Thank you for your response! I tried to hack together a workaround using an intermediary copy buffer that translates device memory into short-lived (per each syscall) host copies that are...

GitHub's landing page recommendations just introduced me to https://github.com/bytecodealliance/WASI-Virt, which might be even more in the direction of what I'm looking for. What better way to achieve a fully reproducible...

That's really exciting, thank you so much for the preview of the timeline! One current roadblock I just thought of for my usecase is that my WASM+WASI modules need to...

> Let's give this another attempt as associated type defaults ([rust-lang/rust#29661](https://github.com/rust-lang/rust/issues/29661)) approaches stabilization. I believe the workaround without associated type defaults in #1354 could have been made to work but...

@dtolnay Since return impl trait in traits will now be stabilised soon, do you think that using it to solve this issue would be an avenue worth pursuing?

@dtolnay Since https://github.com/serde-rs/serde/pull/2600 landed recently, I wonder if not including `u128`/`i128` in the ser and de content types was an oversight?

+1 from me for removing the atty dependency