mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-13 05:48:45 +00:00
Fixed lint and errors
This commit is contained in:
@@ -128,7 +128,7 @@ impl Instance {
|
||||
|
||||
let self_instance = Self {
|
||||
module: module.clone(),
|
||||
instance: instance,
|
||||
instance,
|
||||
exports,
|
||||
};
|
||||
for func in functions {
|
||||
|
||||
Reference in New Issue
Block a user