mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
WIP
This commit is contained in:
parent
c622cebea6
commit
1ba4d9d735
6 changed files with 356 additions and 203 deletions
|
@ -3399,6 +3399,7 @@ fn finish_specialization<'a>(
|
|||
let module_id = platform_data.as_ref().unwrap().module_id;
|
||||
|
||||
for (_name, proc_layout) in exposed_to_host.iter() {
|
||||
dbg!(_name);
|
||||
let ret = &proc_layout.result;
|
||||
for in_layout in proc_layout.arguments.iter().chain([ret]) {
|
||||
let layout = layout_interner.get(*in_layout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue