mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 06:08:29 +00:00
Improved api code example
This commit is contained in:
@@ -29,7 +29,7 @@ fn main() -> anyhow::Result<()> {
|
|||||||
"#;
|
"#;
|
||||||
|
|
||||||
let module = Module::new(&module_wat);
|
let module = Module::new(&module_wat);
|
||||||
// We're not importing anything, so make an empty import object.
|
// The module doesn't import anything, so we create an empty import object.
|
||||||
let import_object = imports! {};
|
let import_object = imports! {};
|
||||||
let instance = Instance::new(module, &import_object)?;
|
let instance = Instance::new(module, &import_object)?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user