Update message

This commit is contained in:
Brooks J Rady 2021-01-05 23:05:34 +00:00
parent eb0f3b0285
commit e19f674a21

View File

@ -401,8 +401,7 @@ pub fn start(mut os_input: Box<dyn OsApi>, opts: Opt) {
); );
// Here be dragons! This is very much a work in progress, and isn't quite functional // Here be dragons! This is very much a work in progress, and isn't quite functional
// yet. It's being left out of the tests because is slows them down massively (by // yet. Stay tuned for more updates!
// recompiling a WASM module for every single test). Stay tuned for more updates!
active_threads.push( active_threads.push(
thread::Builder::new() thread::Builder::new()
.name("wasm".to_string()) .name("wasm".to_string())