mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Further push layout interner
This commit is contained in:
parent
cea2fcafae
commit
46bc8647b4
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,7 @@ fn compile_roc_to_wasm_bytes<'a, T: Wasm32Result>(
|
|||
procedures,
|
||||
mut interns,
|
||||
exposed_to_host,
|
||||
layout_interner,
|
||||
..
|
||||
} = loaded;
|
||||
|
||||
|
@ -120,6 +121,7 @@ fn compile_roc_to_wasm_bytes<'a, T: Wasm32Result>(
|
|||
|
||||
let env = roc_gen_wasm::Env {
|
||||
arena,
|
||||
layout_interner: &layout_interner,
|
||||
module_id,
|
||||
exposed_to_host,
|
||||
stack_bytes: roc_gen_wasm::Env::DEFAULT_STACK_BYTES,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue