Merge branch 'master' into host-trampolines

This commit is contained in:
Syrus
2020-05-15 20:07:40 -07:00
46 changed files with 385 additions and 364 deletions

View File

@ -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 {