fix wasm/dev tests

This commit is contained in:
Folkert 2022-03-12 00:13:49 +01:00
parent 5006b2afa3
commit e1d5b748b1
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 2 additions and 4 deletions

View file

@ -86,14 +86,13 @@ fn compile_roc_to_wasm_bytes<'a, T: Wasm32Result>(
module_src = &temp;
}
let exposed_types = MutMap::default();
let loaded = roc_load::file::load_and_monomorphize_from_str(
arena,
filename,
module_src,
stdlib,
src_dir,
exposed_types,
Default::default(),
roc_target::TargetInfo::default_wasm32(),
);