mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 06:08:29 +00:00
Codegen helpers.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -14,11 +14,12 @@
|
|||||||
|
|
||||||
mod compiler;
|
mod compiler;
|
||||||
mod config;
|
mod config;
|
||||||
//mod codegen_x64;
|
mod codegen_x64;
|
||||||
mod common_decl;
|
mod common_decl;
|
||||||
mod emitter_x64;
|
mod emitter_x64;
|
||||||
mod machine;
|
mod machine;
|
||||||
mod x64_decl;
|
mod x64_decl;
|
||||||
|
mod exception;
|
||||||
|
|
||||||
pub use crate::compiler::SinglepassCompiler;
|
pub use crate::compiler::SinglepassCompiler;
|
||||||
pub use crate::config::SinglepassConfig;
|
pub use crate::config::SinglepassConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user