Improve compiler names for trampoline functions

This commit is contained in:
Syrus
2020-05-17 20:32:36 -07:00
parent 89365641bc
commit 5dfa9faafb
9 changed files with 19 additions and 18 deletions

View File

@ -65,7 +65,7 @@ impl Compiler for SinglepassCompiler {
))
}
fn compile_host2wasm_trampolines(
fn compile_function_call_trampolines(
&self,
_signatures: &[FunctionType],
) -> Result<Vec<FunctionBody>, CompileError> {