From 1378df33647e2608733d88121b77ff2f839cddfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 25 Apr 2020 01:03:45 +0200 Subject: remove bootstrap methods from global scope after bootstrapping (#4869) --- cli/compilers/wasm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/compilers/wasm.rs') diff --git a/cli/compilers/wasm.rs b/cli/compilers/wasm.rs index 4e8ba78f3..ed5603584 100644 --- a/cli/compilers/wasm.rs +++ b/cli/compilers/wasm.rs @@ -67,7 +67,7 @@ impl WasmCompiler { startup_data::compiler_isolate_init(), worker_state, ); - worker.execute("bootstrapWasmCompilerRuntime()").unwrap(); + worker.execute("bootstrap.wasmCompilerRuntime()").unwrap(); worker } -- cgit v1.2.3