Update instantiate.rs (#864)
* Update instantiate.rs This must have snuck in the latest refactor of auto-generating the hostcalls from `*.witx` files. * Fix formatting
This commit is contained in:
committed by
Alex Crichton
parent
daf0772bd5
commit
4b84d19f77
@@ -7,8 +7,8 @@ use std::fs::File;
|
||||
use std::sync::Arc;
|
||||
use target_lexicon::HOST;
|
||||
use wasi_common::old::snapshot_0::hostcalls;
|
||||
use wasi_common::old::snapshot_0::wasi;
|
||||
use wasi_common::old::snapshot_0::{WasiCtx, WasiCtxBuilder};
|
||||
use wasi_common::wasi;
|
||||
use wasmtime_environ::{translate_signature, Export, Module};
|
||||
use wasmtime_runtime::{Imports, InstanceHandle, InstantiationError, VMContext};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user