mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
fix wrong field name in wasm helpers
This commit is contained in:
parent
fdf1489df6
commit
8b00e071ab
1 changed files with 2 additions and 2 deletions
|
@ -114,10 +114,10 @@ fn compile_roc_to_wasm_bytes<'a, T: Wasm32Result>(
|
|||
..
|
||||
} = loaded;
|
||||
|
||||
debug_assert_eq!(exposed_to_host.values.len(), 1);
|
||||
debug_assert_eq!(exposed_to_host.top_level_values.len(), 1);
|
||||
|
||||
let exposed_to_host = exposed_to_host
|
||||
.values
|
||||
.top_level_values
|
||||
.keys()
|
||||
.copied()
|
||||
.collect::<MutSet<_>>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue