doc(examples) Run compiler_singlepass with cargo +nightly.

This commit is contained in:
Ivan Enderlin
2020-07-16 11:23:48 +02:00
parent 2d41ad28d6
commit c758d3065d

View File

@@ -5,7 +5,7 @@
//! You can run the example directly by executing in Wasmer root: //! You can run the example directly by executing in Wasmer root:
//! //!
//! ```bash //! ```bash
//! cargo run --example compiler-singlepass --release --features "singlepass" //! cargo +nightly run --example compiler-singlepass --release --features "singlepass"
//! ``` //! ```
//! //!
//! Ready? //! Ready?