diff --git a/repl_test/src/wasm.rs b/repl_test/src/wasm.rs
index 1a779a6251..0f129d2712 100644
--- a/repl_test/src/wasm.rs
+++ b/repl_test/src/wasm.rs
@@ -11,33 +11,39 @@ use wasmer_wasi::WasiState;
const COMPILER_PATH_ENV_VAR: &str = "COMPILER_PATH";
thread_local! {
- static REPL_STATE: RefCell