We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is probably for libnode, but NodeCall doesn't currently support 32-bit versions of Julia on Windows or Linux.
libnode
I was hoping to use NodeCall to test WebAssembly (see here), and 32-bit support is quite important because WebAssembly is a 32-bit system.
The text was updated successfully, but these errors were encountered:
Ah I haven't thought about supporting 32-bit platforms. It sounds very useful and the package you linked also looks so interesting!
Recently my work is hectic. I will try to add the 32-bit support when I get time.
Sorry, something went wrong.
Awesome. No hurry. I may throw together a clunky version for CI that just calls Node.
NodeCall is really nice for tests like this!
No branches or pull requests
This is probably for
libnode
, but NodeCall doesn't currently support 32-bit versions of Julia on Windows or Linux.I was hoping to use NodeCall to test WebAssembly (see here), and 32-bit support is quite important because WebAssembly is a 32-bit system.
The text was updated successfully, but these errors were encountered: