mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 05:34:49 +00:00
remove bootstrap methods from global scope after bootstrapping (#4869)
This commit is contained in:
parent
912a57f6a2
commit
1378df3364
12 changed files with 42 additions and 39 deletions
|
@ -67,7 +67,7 @@ impl WasmCompiler {
|
|||
startup_data::compiler_isolate_init(),
|
||||
worker_state,
|
||||
);
|
||||
worker.execute("bootstrapWasmCompilerRuntime()").unwrap();
|
||||
worker.execute("bootstrap.wasmCompilerRuntime()").unwrap();
|
||||
worker
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue