diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2021-02-23 11:24:22 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2021-02-23 11:24:22 +0100 |
commit | ebdd32a79527621fe3fbd1e3bfa3b8bab76be56c (patch) | |
tree | 6ea6bdfc27516bcad1071108d10e8b7ad70856ec /main.js | |
parent | 2e482a132cf392303fc89281c76dc54bb40ac7dc (diff) |
Enable WASM SIMD
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ function createJitsiMeetWindow() { minHeight: 600, show: false, webPreferences: { - enableBlinkFeatures: 'RTCInsertableStreams', + enableBlinkFeatures: 'RTCInsertableStreams,WebAssemblySimd', enableRemoteModule: true, nativeWindowOpen: true, nodeIntegration: false, |