mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 17:29:26 +00:00
Merge branch 'master' into host-trampolines
This commit is contained in:
@ -72,6 +72,7 @@ impl Compiler for LLVMCompiler {
|
||||
let mut readonly_section = CustomSection {
|
||||
protection: CustomSectionProtection::Read,
|
||||
bytes: SectionBody::default(),
|
||||
relocations: vec![],
|
||||
};
|
||||
|
||||
for (func_index, _) in &module.functions {
|
||||
|
Reference in New Issue
Block a user