|
I noticed that the library does seem to build with
Is there anything else I could do or something the library could do? |
Answered by
ymor
Nov 20, 2025
Replies: 1 comment 3 replies
|
Check: https://github.com/Sec-ant/zxing-wasm?tab=readme-ov-file#configuring-wasm-serving |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok so from what I understand. It seems that to instantiate/load any wasm file you currently need
wasm-unsafe-evaland if that wasm file then had anyeval()ornew Functionthen you would also needunsafe-eval.DYNAMIC_EXECUTION=0basically remove the need for the latter (unsafe eval). Butwasm-unsafe-evalis still required regardless https://www.w3.org/TR/CSP3/#can-compile-wasm-bytes