Guy Bedford
Guy Bedford
This would be really nice to have. Is there still interest from the author in finishing it?
Ok, I'll keep this open so we can continue to track it, but hopefully we can resolve it soon.
Supporting out of memory would be the highest priority here to start at least.
Unfortunately this fails because destroying the last instance when a new instance is constructed doesn't work since it seems we support constructing multiple in the same isolate of a given...
It turns out this requires upstream work to properly support, given the multi-DO handling.
An upstream change for an unload event is posted in https://github.com/cloudflare/workerd/pull/5211.
If there is a way to add this to the polyfill I would be more than happy to include this in the SystemJS module types polyfill as well. It seems...
I tried to replicate this but I was unable to get the failure you are seeing here. Can you share a complete end to end example for how you are...
While the `Foo` object has a new identity in Rust, the underlying JS reference will still be the same object. So you can verify equality using the `===` JS operator...
It's an interesting use case. I suppose this is not handled by wasm bindgen yes. It could be nice to be able to return references that are wrapped with the...