Skip to content
Discussion options

You must be logged in to vote

Ok so from what I understand. It seems that to instantiate/load any wasm file you currently need wasm-unsafe-eval and if that wasm file then had any eval() or new Function then you would also need unsafe-eval.
DYNAMIC_EXECUTION=0 basically remove the need for the latter (unsafe eval). But wasm-unsafe-eval is still required regardless https://www.w3.org/TR/CSP3/#can-compile-wasm-bytes

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ymor
Comment options

@ymor
Comment options

Answer selected by Sec-ant
@Sec-ant
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants