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
{{ message }}
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
Running wasm code inside chromium requires unsafe-eval, which we wish to avoid in Electron. There's a new spec call wasm-evalw3c/webappsec-csp#293 to specifically allow running wasm code.
Once that's inside Electron's chromium, we could add wasm-eval in our CSP
The text was updated successfully, but these errors were encountered:
Running wasm code inside chromium requires
unsafe-eval
, which we wish to avoid in Electron. There's a new spec callwasm-eval
w3c/webappsec-csp#293 to specifically allow running wasm code.Once that's inside Electron's chromium, we could add
wasm-eval
in our CSPThe text was updated successfully, but these errors were encountered: