Merge pull request #4828 from roc-lang/refactor-build

Refactor build
This commit is contained in:
Ayaz 2022-12-29 18:41:22 -06:00 committed by GitHub
commit 7076c889a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 298 additions and 286 deletions

View file

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