File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
//! 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!
4
4
//!
5
5
//! The wasm instruction set has two instructions for getting the current
6
6
//! amount of memory and growing the amount of memory. These instructions are the
Original file line number Diff line number Diff line change 1
1
//! System bindings for the wasm/web platform
2
2
//!
3
3
//! 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.
6
5
//!
7
6
//! This is all super highly experimental and not actually intended for
8
7
//! wide/production use yet, it's still all in the experimental category. This
Original file line number Diff line number Diff line change 2
2
//!
3
3
//! This module contains the facade (aka platform-specific) implementations of
4
4
//! 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.
6
6
//!
7
7
//! This is all super highly experimental and not actually intended for
8
8
//! 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