mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 09:19:25 +00:00
Fix build of singlepass with make doc
.
This commit is contained in:
@ -74,4 +74,12 @@ impl Compiler for SinglepassCompiler {
|
||||
"Singlepass trampoline compilation not supported yet".to_owned(),
|
||||
))
|
||||
}
|
||||
|
||||
fn compile_dynamic_function_trampolines(
|
||||
&self,
|
||||
module: &Module,
|
||||
) -> Result<PrimaryMap<FunctionIndex, FunctionBody>, CompileError> {
|
||||
Ok(PrimaryMap::new())
|
||||
// unimplemented!("Dynamic function trampolines not yet implemented");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user