mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
wasm: ProcLayout for higher order wrapper fns
This commit is contained in:
parent
83cae16a60
commit
05459455ec
3 changed files with 89 additions and 22 deletions
|
@ -179,7 +179,7 @@ pub fn build_module_without_wrapper<'a>(
|
|||
backend.build_proc(proc);
|
||||
}
|
||||
}
|
||||
ZigCallConvWrapper(inner_idx) => backend.build_zigcc_wrapper(idx, *inner_idx),
|
||||
HigherOrderWrapper(inner_idx) => backend.build_zigcc_wrapper(idx, *inner_idx),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue