Skip to content
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

Closed
think-in-universe opened this issue Jun 6, 2022 · 5 comments
Closed

near-sdk-js not working on Windows #94

think-in-universe opened this issue Jun 6, 2022 · 5 comments
Assignees
Labels
bug Something isn't working help_wanted v0.7

Comments

@think-in-universe
Copy link
Member

As reported by developers, near-sdk-js is not working on Windows, e.g. build contract to base64

image

We'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.

@think-in-universe think-in-universe added the bug Something isn't working label Jun 6, 2022
@ailisp
Copy link
Member

ailisp commented Jun 7, 2022

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 make qjsc)

@ailisp ailisp added the help wanted Extra attention is needed label Jul 22, 2022
@bucanero
Copy link
Contributor

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 make qjsc)

is this still an issue? we could try building a Windows x86/x64 binary using a MinGW environment. 🤔

@volovyks volovyks linked a pull request Sep 15, 2022 that will close this issue
@volovyks
Copy link
Collaborator

@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.

@exalate-issue-sync exalate-issue-sync bot added help_wanted and removed help wanted Extra attention is needed labels Sep 20, 2022
@volovyks volovyks self-assigned this Sep 20, 2022
@ailisp ailisp modified the milestone: 0.6 Sep 23, 2022
@ailisp ailisp added the v0.6 label Sep 23, 2022
@volovyks volovyks added v0.7 and removed v0.6 labels Oct 31, 2022
@exalate-issue-sync
Copy link

david.millar-durrant commented:

We need to work out whether we can use WSL for this

@ailisp
Copy link
Member

ailisp commented Nov 14, 2022

As we discussed, @volovyks add support via WSL in #295

@ailisp ailisp closed this as completed Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help_wanted v0.7
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants