Skip to content

Commit

Permalink
fix readme text (wasnt quite correct)
Browse files Browse the repository at this point in the history
  • Loading branch information
9SMTM6 committed Oct 3, 2024
1 parent 56da3a5 commit 32415ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The other issue is that the Rust standard library for the WebAssembly target is

Since we want standard library to be thread-safe and [`std::sync`](https://doc.rust-lang.org/std/sync/) APIs to work, you'll need to use the nightly compiler toolchain and pass some flags to rebuild the standard library in addition to your own code.

In order to reduce risk of breakages, it's strongly recommended to use a fixed nightly version. For example, the latest stable Rust at the moment of writing is version 1.66, which corresponds to `nightly-2024-08-02`, which was tested and works with this crate.
In order to reduce risk of breakages, it's strongly recommended to use a fixed nightly version. This crate was tested with `nightly-2024-08-02`.

### Using config files

Expand Down

0 comments on commit 32415ae

Please sign in to comment.