Skip to content

Commit

Permalink
Update crates/wasmtime/src/runtime/vm/memory.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Fitzgerald <fitzgen@gmail.com>
  • Loading branch information
alexcrichton and fitzgen authored Nov 7, 2024
1 parent 7e15030 commit 6c482e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/wasmtime/src/runtime/vm/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
//! ▼
//! ┌─────────────────────┐
//! │ │
//! │ RuntimeLinearMemory ├────────────┐
//! │ │
//! └──────────┬──────────┘ └───────┼───────────────┐
//! │ RuntimeLinearMemory ├─────────────┬───────────────┐
//! │ │
//! └──────────┬──────────┘ │ │
//! │ │ │
//! │ │ │
//! ▼ ▼ ▼
Expand Down

0 comments on commit 6c482e9

Please sign in to comment.