From 69920eeb8f85697ddd03b0ba7ee03919eab6e1a3 Mon Sep 17 00:00:00 2001
From: Karim <98668332+khadni@users.noreply.github.com>
Date: Thu, 5 Feb 2026 21:31:00 -0500
Subject: [PATCH] add noble as QuickJS compatible crypto lib
---
src/content/cre/concepts/typescript-wasm-runtime.mdx | 5 +++++
.../cre/getting-started/before-you-build-ts.mdx | 5 +++++
src/content/cre/llms-full-ts.txt | 10 ++++++++++
3 files changed, 20 insertions(+)
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 */}
+
+