Pat Hickey
Pat Hickey
As I understand it, "running cleanup" is defined to the code that LLVM emits into catch blocks, and rustc would elect not put any sort of Drop impl destructors in...
Attribute macro_rules appears to be moving towards stabilization https://github.com/rust-lang/rust/issues/143547, with which we could probably manage `#[wasip3::cli::run::export] async fn main() {...}` for exported interfaces that have just one function. I'm assuming...
[This change was made in Rust in April](https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets/), and downstream users adjusted. The sky did not fall. The best time to make this change was yesterday, and the second-best is...
@alexcrichton this might be a `wit-parser` issue, we should be pushing up the case-insensitive validation to there, per the spec Bailey cites above
Agreed, I've struggled to read this in the past.
> In my head I imagine a future where we have repositories (like npm) which expose components but not modules. We already support using OCI registries to distribute components, see...