mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Fix dev/wasm compile errors
This commit is contained in:
parent
3a130acc32
commit
cea2fcafae
2 changed files with 9 additions and 4 deletions
|
@ -73,6 +73,7 @@ pub fn helper(
|
|||
procedures,
|
||||
mut interns,
|
||||
exposed_to_host,
|
||||
layout_interner,
|
||||
..
|
||||
} = loaded;
|
||||
|
||||
|
@ -176,6 +177,7 @@ pub fn helper(
|
|||
|
||||
let env = roc_gen_dev::Env {
|
||||
arena,
|
||||
layout_interner: &layout_interner,
|
||||
module_id,
|
||||
exposed_to_host: exposed_to_host.values.keys().copied().collect(),
|
||||
lazy_literals,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue