From e4e7d957e8cde899d48878c83f2099b0028dfdef Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Mon, 26 Apr 2021 23:54:07 +0800 Subject: feat(core): enable wasm threading support (#10116) --- core/runtime.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/runtime.rs b/core/runtime.rs index da7d6598a..5a0b59776 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -160,6 +160,7 @@ fn v8_init(v8_platform: Option>) { // remove this to make it work asynchronously too. But that requires getting // PumpMessageLoop and RunMicrotasks setup correctly. // See https://github.com/denoland/deno/issues/2544 + " --experimental-wasm-threads", " --no-wasm-async-compilation", " --harmony-top-level-await", " --harmony-import-assertions", -- cgit v1.2.3