mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-12 22:05:33 +00:00
Added LLVM compiler to WASI tests
This commit is contained in:
parent
b9237a9f00
commit
2569d3b40c
@ -12,7 +12,8 @@ macro_rules! assert_wasi_output {
|
||||
|
||||
#[cfg(feature = "llvm")]
|
||||
fn get_compiler() -> impl Compiler {
|
||||
compile_error!("LLVM compiler not supported right now");
|
||||
use wasmer_llvm_backend::LLVMCompiler;
|
||||
LLVMCompiler::new()
|
||||
}
|
||||
|
||||
#[cfg(feature = "singlepass")]
|
||||
|
Loading…
Reference in New Issue
Block a user