Results 211 comments of daxpedda

It seems to me that you are using [Trunk](https://trunkrs.dev), which also seems to directly interact with the `Cargo.lock` file, so the bug might be with Trunk in this case.

I would be happy to review the Rust and JS part, but the TS part needs a different maintainer that has the time to do the design work and eventually...

Probably needs a reviewer, I'm afraid this will be too big for me to find time to review. E.g. I didn't find the time to review https://github.com/rustwasm/wasm-bindgen/pull/3554 yet.

This is fixed by #3232, WASI support can be discussed in #3421.

Automating this should be easily implementable in the Webidl generator.

Just for visibility: this is currently only blocked on https://github.com/rustwasm/walrus/issues/247.

@stegaBOB I'm not entirely sure how easy or hard to implement this really is, but I'm happy to review a PR!

Last time I checked multi-value doesn't currently work in Rust: https://github.com/rust-lang/rust/issues/73755. I wouldn't mind merging something that doesn't work for now, but I also don't want to merge something I...