stuck on Only 64bit little endian elf currently...

This commit is contained in:
Anton-4 2024-10-12 19:47:16 +02:00
parent 0659abdc40
commit 7dfa469ea8
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
7 changed files with 320 additions and 316 deletions

View file

@ -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(