Browse Source

wiggle: fix typo (#5265)

pull/5268/head
Andrew Brown 2 years ago
committed by GitHub
parent
commit
7a6fbe0898
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      crates/wiggle/src/lib.rs

2
crates/wiggle/src/lib.rs

@ -55,7 +55,7 @@ pub mod wasmtime_crate {
/// The region returned by `base` must not only be valid, however, but it must
/// be valid for "a period of time before the guest is reentered". This isn't
/// exactly well defined but the general idea is that `GuestMemory` is allowed
/// to change under our feet to accomodate instructions like `memory.grow` or
/// to change under our feet to accommodate instructions like `memory.grow` or
/// other guest modifications. Memory, however, cannot be changed if the guest
/// is not reentered or if no explicitly action is taken to modify the guest
/// memory.

Loading…
Cancel
Save