mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Add missing argument in test_gen helpers/wasm
This commit is contained in:
parent
a1b84f01f5
commit
ec23c9a41b
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ fn compile_roc_to_wasm_bytes<'a, T: Wasm32Result>(
|
|||
filename,
|
||||
module_src,
|
||||
src_dir,
|
||||
None,
|
||||
RocCacheDir::Disallowed,
|
||||
load_config,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue