mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Enable multiple functions exposed to the host
This commit is contained in:
parent
c61b7bf2a6
commit
a9d1327dd1
7 changed files with 63 additions and 13 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