mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 17:29:26 +00:00
Make vmctx an i8* so that we can use byte addressing.
Implement dynamic_sigindex.
This commit is contained in:
@ -87,7 +87,9 @@ impl Compiler for LLVMCompiler {
|
||||
&self,
|
||||
_signatures: &[FuncType],
|
||||
) -> Result<Vec<CompiledFunction>, CompileError> {
|
||||
// Note: do not implement this yet
|
||||
unimplemented!("Trampoline compilation not yet implemented.")
|
||||
// TODO: implement this
|
||||
Err(CompileError::Codegen(
|
||||
"Trampoline compilation not yet implemented.".to_string(),
|
||||
))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user