doc(examples) s/bash/shell/ for the sake of consistency.

This commit is contained in:
Ivan Enderlin
2020-07-20 10:28:22 +02:00
parent bb00de2c08
commit e276b37e1f
10 changed files with 11 additions and 11 deletions

View File

@@ -89,7 +89,7 @@ example.
<summary><em>Execute the example</em></summary>
```shell
$ cargo +nightly run --example compiler-singlepass --release --features "singlepass"
$ cargo run --example compiler-singlepass --release --features "singlepass"
```
</details>

View File

@@ -4,7 +4,7 @@
//!
//! You can run the example directly by executing in Wasmer root:
//!
//! ```bash
//! ```shell
//! cargo run --example compiler-cranelift --release --features "cranelift"
//! ```
//!

View File

@@ -4,7 +4,7 @@
//!
//! You can run the example directly by executing in Wasmer root:
//!
//! ```bash
//! ```shell
//! cargo run --example compiler-llvm --release --features "llvm"
//! ```
//!

View File

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

View File

@@ -12,7 +12,7 @@
//!
//! You can run the example directly by executing in Wasmer root:
//!
//! ```bash
//! ```shell
//! cargo run --example cross-compilation --release --features "cranelift"
//! ```
//!

View File

@@ -38,7 +38,7 @@
//!
//! You can run the example directly by executing in Wasmer root:
//!
//! ```bash
//! ```shell
//! cargo run --example engine-headless --release --features "cranelift"
//! ```
//!

View File

@@ -12,7 +12,7 @@
//!
//! You can run the example directly by executing in Wasmer root:
//!
//! ```bash
//! ```shell
//! cargo run --example engine-jit --release --features "cranelift"
//! ```
//!

View File

@@ -13,7 +13,7 @@
//!
//! You can run the example directly by executing in Wasmer root:
//!
//! ```bash
//! ```shell
//! cargo run --example engine-native --release --features "cranelift"
//! ```
//!

View File

@@ -11,7 +11,7 @@
//!
//! You can run the example directly by executing in Wasmer root:
//!
//! ```bash
//! ```shell
//! cargo run --example exported-function --release --features "cranelift"
//! ```
//!

View File

@@ -9,7 +9,7 @@
//!
//! You can run the example directly by executing in Wasmer root:
//!
//! ```bash
//! ```shell
//! cargo run --example wasi --release --features "cranelift,wasi"
//! ```
//!