mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-21 20:51:32 +00:00
Update tests to use new API where easily possible
This commit is contained in:
@ -17,8 +17,9 @@ pub fn get_compiler() -> impl Compiler {
|
||||
LLVMCompiler::new()
|
||||
}
|
||||
|
||||
use wasmer::imports;
|
||||
use wasmer_llvm_backend::{InkwellModule, LLVMBackendConfig, LLVMCallbacks};
|
||||
use wasmer_runtime::{imports, CompilerConfig};
|
||||
use wasmer_runtime::CompilerConfig;
|
||||
use wasmer_runtime_core::{backend::BackendCompilerConfig, compile_with, compile_with_config};
|
||||
|
||||
use std::cell::RefCell;
|
||||
|
Reference in New Issue
Block a user