Middleware for cranelift.

This commit is contained in:
losfair
2020-06-16 00:56:35 +08:00
parent c413101f99
commit 1144222d15
3 changed files with 29 additions and 8 deletions

View File

@ -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();