1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-16 16:20:49 +00:00

llvm-backend: export FunctionCodeGenerator and ModuleCodeGenerator

This is in line with the singlepass-backend to be able to use LLVM MCG with
a StreamingCompiler.
This commit is contained in:
Marek Vavruša 2019-07-24 16:04:47 -07:00
parent 947de78c3e
commit 659f088c4f

@ -9,6 +9,9 @@ mod read_info;
mod state;
mod trampolines;
pub use code::LLVMFunctionCodeGenerator as FunctionCodeGenerator;
pub use code::LLVMModuleCodeGenerator as ModuleCodeGenerator;
use wasmer_runtime_core::codegen::SimpleStreamingCompilerGen;
pub type LLVMCompiler = SimpleStreamingCompilerGen<