Merge remote-tracking branch 'remote/main' into rebuild-platform

This commit is contained in:
Luke Boswell 2024-10-09 09:57:27 +11:00
commit de9491eb7f
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
24 changed files with 361 additions and 140 deletions

View file

@ -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,