mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Fixed imports
This commit is contained in:
parent
a056da1c15
commit
714bf6ab6b
@ -18,8 +18,8 @@ use wasmer_clif_backend::CraneliftCompiler;
|
|||||||
#[cfg(feature = "backend-llvm")]
|
#[cfg(feature = "backend-llvm")]
|
||||||
use wasmer_llvm_backend::LLVMCompiler;
|
use wasmer_llvm_backend::LLVMCompiler;
|
||||||
use wasmer_runtime::{
|
use wasmer_runtime::{
|
||||||
cache::{Cache as BaseCache, FileSystemCache, WasmHash, VERSION},
|
cache::{Cache as BaseCache, FileSystemCache, WasmHash},
|
||||||
Func, Value,
|
Func, Value, VERSION,
|
||||||
};
|
};
|
||||||
use wasmer_runtime_core::{
|
use wasmer_runtime_core::{
|
||||||
self,
|
self,
|
||||||
|
Loading…
Reference in New Issue
Block a user