this option is default since early 2018 (#3042)

WASI was only added in Rust about a year from then
This commit is contained in:
Tshepang Lekhonkhobe
2021-06-30 16:34:34 +02:00
committed by GitHub
parent a4770a7e28
commit a3e08ee535

View File

@@ -106,7 +106,7 @@ The same effect can be achieved with Rust. Firstly, go ahead and create a new
binary crate:
```
$ cargo new --bin demo
$ cargo new demo
```
You can also clone the Rust code with the crate preset for you from