diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/runtime.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<v8::UniquePtr<v8::Platform>>) { // 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", |