diff --git a/src/main.js b/src/main.js index ca0afcaf..2f5165aa 100644 --- a/src/main.js +++ b/src/main.js @@ -102,9 +102,9 @@ export async function main(container, paths) { // if wasm is not supported, we'll want // to run some olm operations in a worker (mainly for IE11) let workerPromise; - // if (!window.WebAssembly) { + if (!window.WebAssembly) { workerPromise = loadOlmWorker(paths); - // } + } const vm = new BrawlViewModel({ createSessionContainer: () => {