mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
remove single entrypoint
This commit is contained in:
parent
3c232446d9
commit
5b8b781bad
4 changed files with 5 additions and 37 deletions
|
@ -5592,7 +5592,7 @@ pub fn build_wasm_test_wrapper<'a, 'ctx>(
|
|||
opt_level,
|
||||
procedures,
|
||||
vec![],
|
||||
EntryPoint::Single(entry_point),
|
||||
EntryPoint::Program(env.arena.alloc([entry_point])),
|
||||
Some(&std::env::temp_dir().join("test.ll")),
|
||||
);
|
||||
|
||||
|
@ -5619,7 +5619,7 @@ pub fn build_procedures_return_main<'a, 'ctx>(
|
|||
opt_level,
|
||||
procedures,
|
||||
host_exposed_lambda_sets,
|
||||
EntryPoint::Single(entry_point),
|
||||
EntryPoint::Program(env.arena.alloc([entry_point])),
|
||||
Some(&std::env::temp_dir().join("test.ll")),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue