mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
stuck on Only 64bit little endian elf currently...
This commit is contained in:
parent
0659abdc40
commit
7dfa469ea8
7 changed files with 320 additions and 316 deletions
|
@ -1459,6 +1459,7 @@ pub fn load<'a>(
|
|||
Many(usize),
|
||||
}
|
||||
|
||||
/*
|
||||
let threads = {
|
||||
if cfg!(target_family = "wasm") {
|
||||
// When compiling to wasm, we cannot spawn extra threads
|
||||
|
@ -1476,7 +1477,9 @@ pub fn load<'a>(
|
|||
},
|
||||
}
|
||||
}
|
||||
};
|
||||
};*/
|
||||
// TODO temp for debugging
|
||||
let threads = Threads::Single;
|
||||
|
||||
match threads {
|
||||
Threads::Single => load_single_threaded(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue