Note that Rust stable supports WASI as of 1.35#3
Note that Rust stable supports WASI as of 1.35#3tschneidereit merged 1 commit intoCraneStation:masterfrom
Conversation
|
Ooh, good call—thank you! |
|
Spotted similar references in a few other CraneStation/ repos. I'll get those updated in just a sec :) |
|
I would prefer not to drag people through the triple changing again or explain the target macros changing and they have to write |
|
That's a good point. In particular the target triple. However, ideally we'd support the |
|
@sunfishcode All three of those pull requests are currently in the Rust beta branch... would it be fair to point people to that (and thus to Stable, once 1.36 gets released), or are you still concerned about other outstanding issues that need to shake out? |
|
Triples in general have flexibility here, but the Rust targeting system requires an exact match, so the The PRs I linked to are the important ones, so if those are on beta, then that sounds fine. Of course, WASI itself is still |
Unless there's a compelling reason to force people into nightly builds, we should probably call attention to WASI support in stable Rust.