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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: