deislabs / wagi

Write HTTP handlers in WebAssembly with a minimal amount of work
Apache License 2.0
889 stars 44 forks source link

Running Locally - Installing WAGI on Windows 10 #127

Closed nathanawmk closed 2 years ago

nathanawmk commented 3 years ago

Am following Running Locally @ https://docs.hippofactory.dev/intro/running-locally/ but it seems that only linux is support. Any plans to do so for Windows?

radu-matei commented 3 years ago

Hi, thanks for opening this issue.

There is nothing specific in Wagi that doesn't work on Windows, and in fact, we actually run tests on Windows in CI as well. Looking at the release, I see that we are missing a binary for Windows in the latest release -- this is an oversight, and we should have a Windows binary soon. In the meantime, if you have Rust configured locally, you could compile your own binary and use it on Windows.

Thanks a lot for spotting this!

technosophos commented 2 years ago

Windows binaries are now automatically built, and are now included in our releases.