mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
WIP
This commit is contained in:
parent
c9efeed17e
commit
9b6b81a438
6 changed files with 76 additions and 34 deletions
|
@ -1371,7 +1371,7 @@ impl<'a> WasmBackend<'a> {
|
|||
let layout = self.storage.symbol_layouts[&argument];
|
||||
let (specialized_call_expr, new_specializations) = self
|
||||
.helper_proc_gen
|
||||
.call_reset_refcount(ident_ids, &layout, argument);
|
||||
.call_reset_refcount(ident_ids, layout, argument);
|
||||
|
||||
// If any new specializations were created, register their symbol data
|
||||
for spec in new_specializations.into_iter() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue