mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-26 23:21:35 +00:00
Finished middleware impl and made a CallTrace middleware
This commit is contained in:
@ -23,8 +23,8 @@ mod emitter_x64;
|
||||
mod machine;
|
||||
mod protect_unix;
|
||||
|
||||
pub use codegen_x64::X64ModuleCodeGenerator as ModuleCodeGenerator;
|
||||
pub use codegen_x64::X64FunctionCode as FunctionCodeGenerator;
|
||||
pub use codegen_x64::X64ModuleCodeGenerator as ModuleCodeGenerator;
|
||||
|
||||
use wasmer_runtime_core::codegen::SimpleStreamingCompilerGen;
|
||||
pub type SinglePassCompiler = SimpleStreamingCompilerGen<
|
||||
@ -32,4 +32,4 @@ pub type SinglePassCompiler = SimpleStreamingCompilerGen<
|
||||
codegen_x64::X64FunctionCode,
|
||||
codegen_x64::X64ExecutionContext,
|
||||
codegen_x64::CodegenError,
|
||||
>;
|
||||
>;
|
||||
|
Reference in New Issue
Block a user