-
Notifications
You must be signed in to change notification settings - Fork 404
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
Add a client for Windows #315
Comments
Copying over from chat:
Then we can have a wasmd, which is not a deamon and only includes a client. But hey, who cares. |
I've found a downstream dependency that might require The Regen Network binary (and any other wasm-enabled binaries for that matter) uses I think downstream developers would want to use Interestingly, My use-case is that I need the user to be able to sign Regen transactions using a Ledger device on a Windows desktop. The Linux Subsystem only supports disk drives for USB connectivity, not Ledger devices. Hence the binary has to be built natively for Windows. (Other VM solutions might also work, but the point is to keep this simple and safe for the end-user.) |
Not sure how this compiles, but it definitely won't run. However, wasmer just added windows support to their develop branch 4 days ago. wasmerio/wasmer#347 (comment) With the next release of wasmer, we should be able to properly build for windows and can close this. p.d. does Regen just need the client side functionality (signing submitting tx and querying) or actually running non-validating nodes on Windows? |
Since 1.0 or so Wasmer supports cross-compilation. So you can compile the Wasm compiler (Wasmer/singlepass) on Windows and get a The ticket Ethan linked is promising but untested and unreleased. |
We have windows client support now: #1197
The argument makes sense. I will rename the |
Add a wasmcli for Windows.
See #312 (comment)
Current workaround would be to use the docker image
The text was updated successfully, but these errors were encountered: