mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-23 03:52:27 +00:00
wasm: implement List.sortWith
This commit is contained in:
parent
88bcb82fef
commit
f132350ef3
4 changed files with 146 additions and 45 deletions
|
@ -169,7 +169,8 @@ pub fn build_app_module<'a>(
|
|||
match source {
|
||||
Roc => { /* already generated */ }
|
||||
Helper => backend.build_proc(helper_iter.next().unwrap()),
|
||||
HigherOrderWrapper(inner_idx) => backend.build_higher_order_wrapper(idx, *inner_idx),
|
||||
HigherOrderMapper(inner_idx) => backend.build_higher_order_mapper(idx, *inner_idx),
|
||||
HigherOrderCompare(inner_idx) => backend.build_higher_order_compare(idx, *inner_idx),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue