-
Notifications
You must be signed in to change notification settings - Fork 9
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 build #3
Comments
Good idea, I'd love to get a working WebAssembly build. Was there any particular error you ran into with your testing? |
It's possible I was doing something wrong, but I added |
Here's the exact error I'm seeing:
|
I was able to resolve the error I was seeing by adding a line to my One question which remains is how is it best to distribute the WASM build alongside the asm.js? There are ways to build WASM so it will fall back to asm.js but that has it's downsides. |
@EliSnow Thats a good question - I don't have any preference there, so if you have a suggestion happy to take that. I guess we could just have a |
Resolved via #9's inclusion of a "pg_query_wasm.js" file in the published package. |
With WASM now supported in Firefox and Chrome it would be good to see a WASM build. I spent a few hours trying to get it work, but had no luck when using the trzeci/emscripten:sdk-tag-1.37.3-64bit docker image.
The text was updated successfully, but these errors were encountered: