This commit is contained in:
Folkert 2021-11-09 20:57:36 +01:00
parent a9d561089a
commit a9ce02799c
6 changed files with 60 additions and 7 deletions

View file

@ -78,6 +78,7 @@ impl<'a> WasmBackend<'a> {
},
init: ConstExpr::I32(MEMORY_INIT_SIZE as i32),
};
linker_symbols.push(SymInfo::Global(WasmObjectSymbol::Defined {
flags: 0,
index: 0,