Update a bunch of comments from before wasi support was added
This commit is contained in:
parent
88ff147c56
commit
a20996c180
3 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
//! This is an implementation of a global allocator on wasm targets when
|
//! This is an implementation of a global allocator on wasm targets when
|
||||||
//! emscripten is not in use. In that situation there's no actual runtime for us
|
//! emscripten or wasi is not in use. In that situation there's no actual runtime
|
||||||
//! to lean on for allocation, so instead we provide our own!
|
//! for us to lean on for allocation, so instead we provide our own!
|
||||||
//!
|
//!
|
||||||
//! The wasm instruction set has two instructions for getting the current
|
//! The wasm instruction set has two instructions for getting the current
|
||||||
//! amount of memory and growing the amount of memory. These instructions are the
|
//! amount of memory and growing the amount of memory. These instructions are the
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
//! System bindings for the wasm/web platform
|
//! System bindings for the wasm/web platform
|
||||||
//!
|
//!
|
||||||
//! This module contains the facade (aka platform-specific) implementations of
|
//! This module contains the facade (aka platform-specific) implementations of
|
||||||
//! OS level functionality for wasm. Note that this wasm is *not* the emscripten
|
//! OS level functionality for wasm.
|
||||||
//! wasm, so we have no runtime here.
|
|
||||||
//!
|
//!
|
||||||
//! This is all super highly experimental and not actually intended for
|
//! This is all super highly experimental and not actually intended for
|
||||||
//! wide/production use yet, it's still all in the experimental category. This
|
//! wide/production use yet, it's still all in the experimental category. This
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
//!
|
//!
|
||||||
//! This module contains the facade (aka platform-specific) implementations of
|
//! This module contains the facade (aka platform-specific) implementations of
|
||||||
//! OS level functionality for wasm. Note that this wasm is *not* the emscripten
|
//! OS level functionality for wasm. Note that this wasm is *not* the emscripten
|
||||||
//! wasm, so we have no runtime here.
|
//! or wasi wasm, so we have no runtime here.
|
||||||
//!
|
//!
|
||||||
//! This is all super highly experimental and not actually intended for
|
//! This is all super highly experimental and not actually intended for
|
||||||
//! wide/production use yet, it's still all in the experimental category. This
|
//! wide/production use yet, it's still all in the experimental category. This
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue