Alex Crichton

Results 2490 comments of Alex Crichton

Resources are pretty high up on the list of things to do, but I don't have a timeline for when they'll be done. Work on resources will span many repositories...

This issue is no longer applicable as all the witx infrastructure is now removed and largely considered dated. Modern infrastructure for bindings is built on [WIT](https://component-model.bytecodealliance.org/design/wit.html) and [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen), so I'm...

Unfortunately, no, but I would recommend reading over the Rust documentation for this, learning the C API's implementation a bit, and starting there.

I'm going to close this PR as it's pretty outdated at this point and lots has changed in the interim. I think that some of these refactorings may still be...

I think one way to possibly solve this would be to create some sort of has for a type which models the structure and then deduplicate based on this hash....

Sorry I'm not sure what you mean, can you clarify?

Could you provide the error message that you were seeing? The `--target` option shouldn't be necessary for local development.

This is currently expected behavior in that Cargo treats vendored crates like it does crates.io, it doesn't check any mtimes as it assumes it's all read-only. It is a performance...

Hm is this perhaps a network-level issue where github.com or github.com/rust-lang is blocked? Otherwise I'm not sure how we'd fix this as it seems Cargo can't connect :(