fixed typo in examples/memory.rs (#5576)
This commit is contained in:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user