Make host trampolines work (PoC)

This commit is contained in:
Syrus
2020-05-13 20:53:54 -07:00
parent 6e6196a34e
commit 1c21e4f927
14 changed files with 300 additions and 16 deletions

View File

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