From e19f674a2180c0575d3a44aeef8efd095cbc89f5 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 5 Jan 2021 23:05:34 +0000 Subject: [PATCH] Update message --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 77d3fc5f..fdf4d585 100644 --- a/src/main.rs +++ b/src/main.rs @@ -401,8 +401,7 @@ pub fn start(mut os_input: Box, opts: Opt) { ); // 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 - // recompiling a WASM module for every single test). Stay tuned for more updates! + // yet. Stay tuned for more updates! active_threads.push( thread::Builder::new() .name("wasm".to_string())