Browse Source

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

pull/5580/head
Daniel Marin 2 years ago
committed by GitHub
parent
commit
b86cba98a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/memory.rs

2
examples/memory.rs

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

Loading…
Cancel
Save