fixed typo in examples/memory.rs (#5576)

This commit is contained in:
Daniel Marin
2023-01-16 18:02:23 -08:00
committed by GitHub
parent 72a74efe2f
commit b86cba98a9

View File

@@ -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::*;