-
Notifications
You must be signed in to change notification settings - Fork 71
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
near-sdk-js
not working on Windows
#94
Comments
The major challenge is we don't have a windows binary of qjsc (quickjs byte code compiler). If you have a windows machine, would you like to help us build one? (On *ix, it's built via |
is this still an issue? we could try building a Windows x86/x64 binary using a MinGW environment. 🤔 |
@bucanero I believe we want SDK to work on Windows natively if it is possible. But we should support WSL as well, not sure if it is possible to test this in CI. P.S. I have added a test PR to track progress and errors on this issue. We need a volunteer with a Windows machine to work on this. |
david.millar-durrant commented: We need to work out whether we can use WSL for this |
As reported by developers,
near-sdk-js
is not working on Windows, e.g. build contract to base64We'd better make the "build" command also work well on Windows.
Testing may still be an issue since sandbox is not working on Windows so far.
The text was updated successfully, but these errors were encountered: