mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-25 01:39:26 +00:00
Fix invalid LLVM IR for global.get/set of imported globals.
In passing, refactor global accesses and cache the address computations and values of const globals. Also includes some cargo fmt fixes.
This commit is contained in:
@ -155,5 +155,4 @@ impl Compiler for LLVMCompiler {
|
||||
Ok(PrimaryMap::new())
|
||||
// unimplemented!("Dynamic funciton trampolines not yet implemented");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user