diff --git a/src/content/cre/concepts/typescript-wasm-runtime.mdx b/src/content/cre/concepts/typescript-wasm-runtime.mdx index 61be85dfe05..26a4c671eb0 100644 --- a/src/content/cre/concepts/typescript-wasm-runtime.mdx +++ b/src/content/cre/concepts/typescript-wasm-runtime.mdx @@ -34,6 +34,11 @@ Javy uses [QuickJS](https://bellard.org/quickjs), a lightweight JavaScript engin Not all Node.js built-in modules are available. For example, `node:crypto` is not supported. Before using third-party NPM packages, verify they don't rely on unsupported Node.js APIs. +{/* prettier-ignore */} + +