We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46b2df commit 06b27b0Copy full SHA for 06b27b0
crates/wasmtime/src/runtime/instantiate.rs
@@ -3,10 +3,10 @@
3
//! `CompiledModule` to allow compiling and instantiating to be done as separate
4
//! steps.
5
6
-use crate::{code::EngineCode, Engine};
7
use crate::prelude::*;
8
use crate::profiling_agent::ProfilingAgent;
9
use crate::runtime::vm::CompiledModuleId;
+use crate::{Engine, code::EngineCode};
10
use alloc::sync::Arc;
11
use core::ops::Range;
12
use core::str;
0 commit comments