mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-25 06:31:32 +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:
@ -9,6 +9,9 @@ mod read_info;
|
|||||||
mod state;
|
mod state;
|
||||||
mod trampolines;
|
mod trampolines;
|
||||||
|
|
||||||
|
pub use code::LLVMFunctionCodeGenerator as FunctionCodeGenerator;
|
||||||
|
pub use code::LLVMModuleCodeGenerator as ModuleCodeGenerator;
|
||||||
|
|
||||||
use wasmer_runtime_core::codegen::SimpleStreamingCompilerGen;
|
use wasmer_runtime_core::codegen::SimpleStreamingCompilerGen;
|
||||||
|
|
||||||
pub type LLVMCompiler = SimpleStreamingCompilerGen<
|
pub type LLVMCompiler = SimpleStreamingCompilerGen<
|
||||||
|
Reference in New Issue
Block a user