Merge remote-tracking branch 'origin/main' into refactor-platform-info

This commit is contained in:
Richard Feldman 2022-12-09 22:21:25 -05:00
commit e3687935a3
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
42 changed files with 607 additions and 270 deletions

View file

@ -242,7 +242,7 @@ fn mono_module_to_dylib<'a>(
debug_assert_eq!(exposed_to_host.len(), 1);
let (symbol, layout) = exposed_to_host[0];
roc_mono::ir::EntryPoint { symbol, layout }
roc_mono::ir::SingleEntryPoint { symbol, layout }
}
EntryPoint::Test => {
unreachable!()