mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Merge remote-tracking branch 'remote/main' into rebuild-platform
This commit is contained in:
commit
de9491eb7f
24 changed files with 361 additions and 140 deletions
|
@ -213,7 +213,7 @@ pub struct ParsedModule<'a> {
|
|||
#[derive(Debug)]
|
||||
pub enum EntryPoint<'a> {
|
||||
Executable {
|
||||
exposed_to_host: &'a [(Symbol, ProcLayout<'a>)],
|
||||
exposed_to_host: &'a [(&'a str, Symbol, ProcLayout<'a>)],
|
||||
platform_path: PathBuf,
|
||||
},
|
||||
Test,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue