Merge remote-tracking branch 'origin' into zero-mem-copy

This commit is contained in:
Johnathan Sharratt
2023-03-03 17:58:07 +11:00
10 changed files with 74 additions and 299 deletions

View File

@@ -42,7 +42,6 @@
//!
//! ```rust
//! use wasmer::{Store, Module, Instance, Value, imports};
//! use wasmer::FunctionEnv;
//!
//! fn main() -> anyhow::Result<()> {
//! let module_wat = r#"