-
Notifications
You must be signed in to change notification settings - Fork 298
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
wasmi_wasi
cannot be built on Windows on Rust nightly
#564
Comments
This WASI support is slowly turning into a can of worms ... 🙃 Thanks for your bug report though! |
Can you give instructions on how to replicate this? I am a bit confused since our GitHub Actions CI did not report this Windows build issue even though we test our workspace on Linux, MacOS and Windows. So this bug should have been caught by the CI but it wasn't. |
It seems like a change on rust 1.65. The |
Thanks for the info. Still strange, I was under the impression that our CI was using the current stable versions of Rust which should be 1.65 at the moment. |
Well, currently I'm using nightly, but as the commit is marked as 1.65, I think the stable should report the same error... |
Ah look what I found: Windows (Sealed): https://doc.rust-lang.org/std/os/windows/fs/trait.FileTypeExt.html So maybe you need to compile for WASI target which makes sense imo. |
Can you try using |
Well as far as I know, the runtime itself (including |
I see. The stable toolchain compiles with no error. Maybe it is still a nightly-specific issue. |
This is kind of a relieve to me since we are mainly supporting stable Rust but it is an alarming signal to me whenever |
I think the best solution is to fix the issue in the And maybe the Wasmtime team knows betters way to fix your issue with nightly Rust. |
This issue has been solved in |
One could still ask nicely. 😊 |
wasmi_wasi
cannot be built on Windowswasmi_wasi
cannot be built on Windows on Rust nightly
Thanks for #563 solving the problem, but a degraded
wiggle
introduces an oldcap-primitives
, which introduces more problems:The text was updated successfully, but these errors were encountered: