mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
generate signature for the entry points
This commit is contained in:
parent
d42e831e47
commit
3ff17aa0ea
11 changed files with 150 additions and 92 deletions
|
@ -453,7 +453,7 @@ pub fn load_types(
|
|||
}
|
||||
}
|
||||
|
||||
let types = Types::new(
|
||||
let types = Types::new_with_entry_points(
|
||||
arena,
|
||||
subs,
|
||||
variables.clone(),
|
||||
|
@ -461,6 +461,7 @@ pub fn load_types(
|
|||
glue_procs_by_layout,
|
||||
layout_cache,
|
||||
target_info,
|
||||
exposed_to_host.clone(),
|
||||
);
|
||||
|
||||
arch_types.push(types);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue