I'm running into a problem on Cloudflare pages, where at runtime it throws this error CompileError: WebAssembly.compile(): Wasm code generation disallowed by embedder.
I'm not totally sure its @serenity-kit/opaque that's directly causing the problem but it is the only WASM I'm using in my project.
For context, it's a Sveltekit application, not sure if that can be of help. π
Reach out if there is any extra information i can give to help resolve this problem.