Replies: 1 comment 3 replies
-
I don't have any experience with chrome extensions so I cannot really help you with this. How are you adding |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to use magick.wasm in a Chrome extension, but every time I call the initializeImageMagick method, I get the error: "CompileError: WebAssembly.instantiateStreaming(): Refused to compile or instantiate WebAssembly module because neither 'wasm-eval' nor 'unsafe-eval' is an allowed source of script in the following Content Security Policy directive: 'script-src 'self'."
I would greatly appreciate any guidance on the right path to take.
Beta Was this translation helpful? Give feedback.
All reactions