More rollback fixes

This commit is contained in:
ptitSeb
2022-09-01 18:02:14 +02:00
parent cc9fb4693d
commit 2752f7d390
4 changed files with 10 additions and 10 deletions

View File

@@ -55,7 +55,7 @@
//! "#;
//!
//! let mut store = Store::default();
//! let module = Module::new(&store, module_wat)?;
//! let module = Module::new(&store, &module_wat)?;
//! // The module doesn't import anything, so we create an empty import object.
//! let import_object = imports! {};
//! let instance = Instance::new(&mut store, &module, &import_object)?;