mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Fix doc build (#3668)
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
//! module.
|
||||
//!
|
||||
//! To import an extern, simply give it a namespace and a name with the
|
||||
//! [`imports`] macro:
|
||||
//! [`imports!`] macro:
|
||||
//!
|
||||
//! ```
|
||||
//! # use wasmer::{imports, Function, FunctionEnv, FunctionEnvMut, Memory, MemoryType, Store, Imports};
|
||||
@@ -192,7 +192,7 @@
|
||||
//!
|
||||
//! Thus WebAssembly modules by themselves cannot do anything but computation
|
||||
//! on the core types in [`Value`]. In order to make them more useful we
|
||||
//! give them access to the outside world with [`imports`].
|
||||
//! give them access to the outside world with [`imports!`].
|
||||
//!
|
||||
//! If you're looking for a sandboxed, POSIX-like environment to execute Wasm
|
||||
//! in, check out the [`wasmer-wasi`] crate for our implementation of WASI,
|
||||
|
||||
Reference in New Issue
Block a user