mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
Add support for middleware to experimental_native_compile_module and make it work on compiler-llvm.
This commit is contained in:
@@ -96,7 +96,7 @@ pub trait Compiler {
|
||||
fn experimental_native_compile_module<'data, 'module>(
|
||||
&self,
|
||||
_target: &Target,
|
||||
_module: &'module CompileModuleInfo,
|
||||
_module: &'module mut CompileModuleInfo,
|
||||
_module_translation: &ModuleTranslationState,
|
||||
// The list of function bodies
|
||||
_function_body_inputs: &PrimaryMap<LocalFunctionIndex, FunctionBodyData<'data>>,
|
||||
|
||||
Reference in New Issue
Block a user