mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
WIP
This commit is contained in:
parent
a9d561089a
commit
a9ce02799c
6 changed files with 60 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue