Add missing argument in test_gen helpers/wasm

This commit is contained in:
Agus Zubiaga 2024-06-10 10:18:51 -03:00
parent a1b84f01f5
commit ec23c9a41b
No known key found for this signature in database

View file

@ -100,6 +100,7 @@ fn compile_roc_to_wasm_bytes<'a, T: Wasm32Result>(
filename,
module_src,
src_dir,
None,
RocCacheDir::Disallowed,
load_config,
);