mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-30 20:29:31 +00:00
Middleware for cranelift.
This commit is contained in:
@ -111,6 +111,8 @@ impl Compiler for CraneliftCompiler {
|
||||
input.module_offset,
|
||||
&mut context.func,
|
||||
&mut func_env,
|
||||
*i,
|
||||
&self.config,
|
||||
)?;
|
||||
|
||||
let mut code_buf: Vec<u8> = Vec::new();
|
||||
|
Reference in New Issue
Block a user