-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WASM support #32
Comments
Hmm yes I think we can get rid of the |
I think it is, but I haven't dug too deep. I see
Locks and atomics should just work AFAIK, and will just assume you're in a single-threaded context anyway (at least for the For Biome I wrote a papaya shim last night: biomejs/biome@3e350f9 |
Let me know if there's anything else I can do to help with this, I will cut a release soon. |
Thanks a lot! |
Just confirmed with your latest Git version, it compiles and appears to work fine 👍 |
Do you think it might be possible to support WebAssembly as a target for
papaya
? Currently, it appears broken due to missing support in theatomic-wait
dependency.The text was updated successfully, but these errors were encountered: