mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 06:01:33 +00:00
Fix unused import warning, deny more warnings.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
use wasmer_llvm_backend::{InkwellMemoryBuffer, InkwellModule, LLVMBackendConfig, LLVMCallbacks};
|
||||
use wasmer_llvm_backend::{InkwellModule, LLVMBackendConfig, LLVMCallbacks};
|
||||
use wasmer_llvm_backend_tests::{get_compiler, wat2wasm};
|
||||
use wasmer_runtime::{imports, CompilerConfig};
|
||||
use wasmer_runtime_core::{backend::BackendCompilerConfig, compile_with, compile_with_config};
|
||||
|
Reference in New Issue
Block a user