mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Fix wasm repl tests
This commit is contained in:
parent
a3cfdd478d
commit
a35e912c0a
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ pub async fn entrypoint_from_js(src: String) -> Result<String, String> {
|
|||
main_fn_index,
|
||||
&main_fn_layout.result,
|
||||
);
|
||||
called_fns.push(true);
|
||||
|
||||
module.eliminate_dead_code(env.arena, called_fns);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue