Guy Bedford
Guy Bedford
@bakkot thanks for the clarification - please just let us know if there's anything needed to help move this one along.
@walkingeyerobot this is a really interesting initiative, thanks for your patience. I would love to review it further soon.
getrandom has again changed its support approach in https://github.com/wasm-bindgen/wasm-bindgen/issues/4667. Now the `getrandom_backend="wasm_js"` no longer needs to be set via options, and only the `wasm_js` feature needs to be enabled for...
I recently added a community projects page to the guide in https://github.com/wasm-bindgen/wasm-bindgen/pull/4781. Perhaps update the PR to include it there instead, as a more suitable location for it.
I understand this isn't trivial, but wanted something to track at least. In terms of the use case - it would fix the failing tests I think because the point...
@hukasu can you share the wasm binary in the Rust `target` folder that was produced by wasm pack here?
I've requested access.
It looks like the binary exports its memory instead of importing it which is needed for shared memory. So the problem is in the cargo call from wasm pack giving...
Great to see this. Strictly speaking `FetchEvent` is supposed to be a subclass of this `Event`. Not sure how practical that will be though, but I think that's the WinterTC...
Feature requests are always welcome. Platform completeness will still take a little while here unfortunately. The best way to ensure support sooner is to post a PR, always happy to...