mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 22:10:49 +00:00
add some comments, docs, test
This commit is contained in:
parent
e3d884768d
commit
8f57458aa2
@ -78,9 +78,6 @@ impl FrankService for Frank {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let mut import_object = ImportObject::new_with_data(dispatcher);
|
let mut import_object = ImportObject::new_with_data(dispatcher);
|
||||||
for (_, module) in self.modules {
|
|
||||||
|
|
||||||
}
|
|
||||||
//import_object.register();
|
//import_object.register();
|
||||||
|
|
||||||
let module = FrankModule::new(&prepared_wasm_bytes, config, import_object)?;
|
let module = FrankModule::new(&prepared_wasm_bytes, config, import_object)?;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user