mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Integrate refcount proc generator with Wasm backend
This commit is contained in:
parent
61575cea7e
commit
2ad032f894
5 changed files with 60 additions and 55 deletions
|
@ -473,7 +473,7 @@ impl<'a> WasmBackend<'a> {
|
|||
|
||||
let (rc_stmt, new_proc_info) = self
|
||||
.refcount_proc_gen
|
||||
.call_refcount_proc(layout, modify, *following);
|
||||
.expand_refcount_stmt_to_proc_call(layout, modify, *following);
|
||||
|
||||
// If we're creating a new RC procedure, we need to store its symbol data,
|
||||
// so that we can correctly generate calls to it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue