Fixed residual package-doc issues

This commit is contained in:
ptitSeb
2022-07-19 15:25:24 +02:00
parent 06474c1748
commit de384bb9cc
5 changed files with 11 additions and 15 deletions

View File

@@ -196,10 +196,6 @@
//! A Host function is any function implemented on the host, in this case in
//! Rust.
//!
//! Host functions can optionally be created with an environment that
//! implements [`WasmerEnv`]. This environment is useful for maintaining
//! host state (for example the filesystem in WASI).
//!
//! 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`].