Skip to content

Commit

Permalink
fixed typo in examples/memory.rs (#5576)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarinq authored Jan 17, 2023
1 parent 72a74ef commit b86cba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! read and write memory through the `Memory` object, and how wasm functions
//! can trap when dealing with out-of-bounds addresses.
// You can execute this example with `cargo run --example example`
// You can execute this example with `cargo run --example memory`

use anyhow::Result;
use wasmtime::*;
Expand Down

0 comments on commit b86cba9

Please sign in to comment.