Enable WASM SIMD

This commit is contained in:
Saúl Ibarra Corretgé 2021-02-23 11:24:22 +01:00
parent 2e482a132c
commit ebdd32a795

View file

@ -190,7 +190,7 @@ function createJitsiMeetWindow() {
minHeight: 600,
show: false,
webPreferences: {
enableBlinkFeatures: 'RTCInsertableStreams',
enableBlinkFeatures: 'RTCInsertableStreams,WebAssemblySimd',
enableRemoteModule: true,
nativeWindowOpen: true,
nodeIntegration: false,