mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-17 01:28:44 +00:00
doc(examples) s/bash/shell/ for the sake of consistency.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
//! ```
|
||||
//!
|
||||
|
||||
@@ -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"
|
||||
//! ```
|
||||
//!
|
||||
|
||||
@@ -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?
|
||||
|
||||
@@ -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"
|
||||
//! ```
|
||||
//!
|
||||
|
||||
@@ -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"
|
||||
//! ```
|
||||
//!
|
||||
|
||||
@@ -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"
|
||||
//! ```
|
||||
//!
|
||||
|
||||
@@ -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"
|
||||
//! ```
|
||||
//!
|
||||
|
||||
@@ -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"
|
||||
//! ```
|
||||
//!
|
||||
|
||||
@@ -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"
|
||||
//! ```
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user