mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
wasm: Generate code for List.map call (incomplete)
This commit is contained in:
parent
ff9bbfab63
commit
83cae16a60
4 changed files with 91 additions and 15 deletions
|
@ -381,7 +381,8 @@ impl<'a> Storage<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
fn load_symbol_zig(&mut self, code_builder: &mut CodeBuilder, arg: Symbol) {
|
||||
// TODO: expose something higher level instead, shared among higher-order calls
|
||||
pub fn load_symbol_zig(&mut self, code_builder: &mut CodeBuilder, arg: Symbol) {
|
||||
if let StoredValue::StackMemory {
|
||||
location,
|
||||
size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue