From 64f48310596d13f648eb84abc548458d4c7fa778 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 20 Sep 2024 16:41:49 -0700 Subject: [PATCH] Clarify WASI not WASM --- docs/runtime/index.md | 2 +- docs/runtime/loaders.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/runtime/index.md b/docs/runtime/index.md index d2dfe8e441af4..61971f0262ea1 100644 --- a/docs/runtime/index.md +++ b/docs/runtime/index.md @@ -101,7 +101,7 @@ import pkg from "./package.json"; import bunfig from "./bunfig.toml"; ``` -## WASM +## WASI {% callout %} 🚧 **Experimental** diff --git a/docs/runtime/loaders.md b/docs/runtime/loaders.md index 69dd4df0cfea7..3909a1de90a63 100644 --- a/docs/runtime/loaders.md +++ b/docs/runtime/loaders.md @@ -61,7 +61,7 @@ import pkg from "./package.json"; import data from "./data.toml"; ``` -## WASM +## WASI {% callout %} 🚧 **Experimental**