File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11//! This is an implementation of a global allocator on wasm targets when
2- //! emscripten is not in use. In that situation there's no actual runtime for us
3- //! to lean on for allocation, so instead we provide our own!
2+ //! emscripten or wasi is not in use. In that situation there's no actual runtime
3+ //! for us to lean on for allocation, so instead we provide our own!
44//!
55//! The wasm instruction set has two instructions for getting the current
66//! amount of memory and growing the amount of memory. These instructions are the
Original file line number Diff line number Diff line change 11//! System bindings for the wasm/web platform
22//!
33//! This module contains the facade (aka platform-specific) implementations of
4- //! OS level functionality for wasm. Note that this wasm is *not* the emscripten
5- //! wasm, so we have no runtime here.
4+ //! OS level functionality for wasm.
65//!
76//! This is all super highly experimental and not actually intended for
87//! wide/production use yet, it's still all in the experimental category. This
Original file line number Diff line number Diff line change 22//!
33//! This module contains the facade (aka platform-specific) implementations of
44//! OS level functionality for wasm. Note that this wasm is *not* the emscripten
5- //! wasm, so we have no runtime here.
5+ //! or wasi wasm, so we have no runtime here.
66//!
77//! This is all super highly experimental and not actually intended for
88//! wide/production use yet, it's still all in the experimental category. This
You can’t perform that action at this time.
0 commit comments