Guy Bedford

Results 1047 comments of Guy Bedford

I think we can implement the slab inside the `WebAssembly.Table` empty slots directly avoiding the need for a Rust slab entirely and hence Rust allocations entirely. This would then only...

Thank you @alexcrichton for taking the time to help figure out the path forward for this project. Cloudflare Workers [Rust language support](https://developers.cloudflare.com/workers/languages/rust/) depends heavily on wasm-bindgen, so we would very...

The new documentation has only been moved to the wasm-bindgen org, and remains as a simple repo change at https://wasm-bindgen.github.io/wasm-bindgen/.

This needs a changelog entry and a rebase, not sure why it's failing on the compilation check?

Thank you for this PR - modernizing the targets is a major goal currently, and we've been needing this for a while. I want to review this properly, and will...

I agree with all of the motivations here. The alignment is a huge step forward. Currently we have the source phase form supported under `--target module`, which is already an...

I think option 3 makes sense with the current plans, especially given that it is becoming stable across tools and we expect browsers to start supporting that form soon natively....

I'm assuming this PR depends on the others, but please re-request a review if this is ready.

@brendandahl thanks for the ping, and yes I am hoping to. First step was https://github.com/nicolo-ribaudo/acorn-import-phases/pull/1 which gets the parser support to start.

This is awesome @brendandahl thanks for sharing. If it takes more than another week or two to integrate https://github.com/rollup/rollup/pull/6024 I might well post up my PR for the instancing work...