mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-26 23:21:35 +00:00
Add a translation layer before import call in singlepass.
This commit is contained in:
@ -8984,7 +8984,7 @@ impl<'ctx> ModuleCodeGenerator<LLVMFunctionCodeGenerator<'ctx>, LLVMBackend, Cod
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn feed_import_function(&mut self) -> Result<(), CodegenError> {
|
||||
fn feed_import_function(&mut self, _sigindex: SigIndex) -> Result<(), CodegenError> {
|
||||
self.func_import_count += 1;
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user