Skip to content

Commit a91a9ee

Browse files
committed
clarify that WASM has address spaces
1 parent 075c576 commit a91a9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ptr/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
//! of pointers and `usize` (and `isize`), and defining a pointer to semantically contain the
164164
//! following information:
165165
//!
166-
//! * The **address-space** it is part of.
166+
//! * The **address-space** it is part of (i.e. "data" vs "code" in WASM).
167167
//! * The **address** it points to, which can be represented by a `usize`.
168168
//! * The **provenance** it has, defining the memory it has permission to access.
169169
//!

0 commit comments

Comments
 (0)