We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✘ [ERROR] ⨯ [Error: [next-mdx-remote] error compiling MDX:
WebAssembly.instantiate(): Wasm code generation disallowed by embedder
More information: https://mdxjs.com/docs/troubleshooting-mdx] { digest: '4048960585', page: '/blog/test' }
The text was updated successfully, but these errors were encountered:
Hi @2820402, thanks for the issue 🙂
Are you (or any dependency you might be using to compile the MDX code) by any chance calling WebAssembly.instantiate with a buffer argument?
WebAssembly.instantiate
Because if that's the case, it not running is an intentional behavior of our runtime (see: docs)
Sorry, something went wrong.
Hi @2820402, thanks for the issue 🙂 Are you (or any dependency you might be using to compile the MDX code) by any chance calling WebAssembly.instantiate with a buffer argument? Because if that's the case, it not running is an intentional behavior of our runtime (see: docs)
I am using next-mdx-remote with some rehype and remark plugins and using shiki for syntax highlighting
No branches or pull requests
✘ [ERROR] ⨯ [Error: [next-mdx-remote] error compiling MDX:
WebAssembly.instantiate(): Wasm code generation disallowed by embedder
More information: https://mdxjs.com/docs/troubleshooting-mdx] {
digest: '4048960585',
page:
'/blog/test'
}
The text was updated successfully, but these errors were encountered: