You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Chromium package on OpenBSD disables wasm support by default (for several reasons I won't go into here). It is possible to re-enable it, but I would prefer to leave it off.
The latest development version of Element Web no longer works with this setup. The fallback to loading olm_legacy.js (https://develop.element.io/olm_legacy.js) is 404ing.
Steps to reproduce
Use OpenBSD chromium, or any other chromium browser with --disable-features=WebAssembly,AsmJsToWebAssembly,WebAssemblyStreaming --js-flags=--noexpose-wasm.
Open Element Web (currently, Element version: f78be2631ad6-react-1751b4ba43ea-js-acb9bc8cc523)
Description
The Chromium package on OpenBSD disables wasm support by default (for several reasons I won't go into here). It is possible to re-enable it, but I would prefer to leave it off.
The latest development version of Element Web no longer works with this setup. The fallback to loading olm_legacy.js (https://develop.element.io/olm_legacy.js) is 404ing.
Steps to reproduce
--disable-features=WebAssembly,AsmJsToWebAssembly,WebAssemblyStreaming --js-flags=--noexpose-wasm
.f78be2631ad6-react-1751b4ba43ea-js-acb9bc8cc523
)Logs being sent: no
Version information
f78be2631ad6-react-1751b4ba43ea-js-acb9bc8cc523
The text was updated successfully, but these errors were encountered: