mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-25 09:49:27 +00:00
Merge pull request #23 from wasmerio/host-trampolines
Improved trampolines adding support for Dynamic functions
This commit is contained in:
@ -136,7 +136,7 @@ impl Compiler for LLVMCompiler {
|
||||
Ok(Compilation::new(functions, module_custom_sections))
|
||||
}
|
||||
|
||||
fn compile_wasm_trampolines(
|
||||
fn compile_function_call_trampolines(
|
||||
&self,
|
||||
signatures: &[FunctionType],
|
||||
) -> Result<Vec<FunctionBody>, CompileError> {
|
||||
|
Reference in New Issue
Block a user