use cached subs, run solve tests single-threaded

This commit is contained in:
Folkert 2022-04-10 21:22:15 +02:00
parent 78735b6159
commit 2cb175df10
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 35 additions and 12 deletions

View file

@ -1089,7 +1089,7 @@ pub fn load<'a>(
/// Load using only a single thread; used when compiling to webassembly
#[allow(clippy::too_many_arguments)]
fn load_single_threaded<'a>(
pub fn load_single_threaded<'a>(
arena: &'a Bump,
load_start: LoadStart<'a>,
src_dir: &Path,