We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7465a4f commit ffa3e93Copy full SHA for ffa3e93
guide/src/wasm-bindgen-test/asynchronous-tests.md
@@ -27,8 +27,7 @@ async fn my_async_test() {
27
## Rust compiler compatibility
28
29
Note that `async` functions are only supported in stable from Rust 1.39.0 and
30
-beyond. As of the time of this writing (2019-09-05) this is the Nightly channel
31
-of Rust.
+beyond.
32
33
If you're using the `futures` crate from crates.io in its 0.1 version then
34
you'll want to use the `0.3.*` version of `wasm-bindgen-futures` and the `0.2.8`
0 commit comments