mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 21:21:33 +00:00
Fix misleading comment
This commit is contained in:
@ -43,7 +43,7 @@ impl Instance {
|
|||||||
vmctx,
|
vmctx,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Initialize the vm::Ctx in-place after the import_backing
|
// Initialize the vm::Ctx in-place after the backing
|
||||||
// has been boxed.
|
// has been boxed.
|
||||||
*inner.vmctx = vm::Ctx::new(&mut inner.backing, &mut inner.import_backing);
|
*inner.vmctx = vm::Ctx::new(&mut inner.backing, &mut inner.import_backing);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user