clarify that WASM has address spaces
This commit is contained in:
parent
075c576182
commit
a91a9eefff
@ -163,7 +163,7 @@
|
|||||||
//! of pointers and `usize` (and `isize`), and defining a pointer to semantically contain the
|
//! of pointers and `usize` (and `isize`), and defining a pointer to semantically contain the
|
||||||
//! following information:
|
//! following information:
|
||||||
//!
|
//!
|
||||||
//! * The **address-space** it is part of.
|
//! * The **address-space** it is part of (i.e. "data" vs "code" in WASM).
|
||||||
//! * The **address** it points to, which can be represented by a `usize`.
|
//! * The **address** it points to, which can be represented by a `usize`.
|
||||||
//! * The **provenance** it has, defining the memory it has permission to access.
|
//! * The **provenance** it has, defining the memory it has permission to access.
|
||||||
//!
|
//!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user