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
In the proposal, is intent that 'unsafe-eval' ALSO enables all WebAssembly functions, as well as the proposed wasm-eval keyword (but not vice versa)? Or is wasm-eval supposed to act independently.
The text was updated successfully, but these errors were encountered:
Currently 'unsafe-eval' allows WebAssembly and all of the other things that fall under 'unsafe-eval', and we are not planning to change this behavior. The goal for 'wasm-eval' is to allow WebAssembly without allowing JS eval().
Basically, 'unsafe-eval' implies 'wasm-eval', but 'wasm-eval' does not imply 'unsafe-eval'.
In the proposal, is intent that 'unsafe-eval' ALSO enables all WebAssembly functions, as well as the proposed wasm-eval keyword (but not vice versa)? Or is wasm-eval supposed to act independently.
The text was updated successfully, but these errors were encountered: