Enhancements to Content Security Policy to improve interoperability with WebAssembly.
Allows web developers to be more fine grained in their policy wrt executing WebAssembly. Currently, if there is a non-empty CSP policy for a page, the unsafe-eval policy must be enabled. This allows a developer to use wasm-unsafe-eval that only allows webassembly execution and has no impact on javaScript execution.
Docs: https://github.com/WebAssembly/content-security-policy/blob/master/proposals/CSP.md
Explainers: https://github.com/WebAssembly/content-security-policy/blob/master/proposals/CSP.md