diff options
Diffstat (limited to 'cli/compilers/wasm.rs')
-rw-r--r-- | cli/compilers/wasm.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cli/compilers/wasm.rs b/cli/compilers/wasm.rs index 637fc7687..f7094724e 100644 --- a/cli/compilers/wasm.rs +++ b/cli/compilers/wasm.rs @@ -60,9 +60,7 @@ impl WasmCompiler { worker_state, ext, ); - worker.execute("bootstrapCompilerRuntime('WASM')").unwrap(); - worker.execute("bootstrapWorkerRuntime()").unwrap(); - worker.execute("bootstrapWasmCompiler()").unwrap(); + worker.execute("bootstrapWasmCompilerRuntime()").unwrap(); worker } |