mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Lift Niche from just captures-niche to generic niche
This commit is contained in:
parent
ea53a50447
commit
972046445b
16 changed files with 119 additions and 140 deletions
|
@ -1249,7 +1249,7 @@ impl<'a, 'r> WasmBackend<'a, 'r> {
|
|||
let proc_layout = ProcLayout {
|
||||
arguments: arg_layouts,
|
||||
result: **result,
|
||||
captures_niche: func_sym.captures_niche(),
|
||||
niche: func_sym.niche(),
|
||||
};
|
||||
self.expr_call_by_name(
|
||||
func_sym.name(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue