From 5424ea3403df9cd4672290865f12b6f5b01cf2d0 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 7 Sep 2023 10:09:09 -0700 Subject: Doc updates for v1.0 (#4485) * Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows --- docs/runtime/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/runtime/index.md') diff --git a/docs/runtime/index.md b/docs/runtime/index.md index a10ac0cff..a4174fa25 100644 --- a/docs/runtime/index.md +++ b/docs/runtime/index.md @@ -103,7 +103,11 @@ import bunfig from "./bunfig.toml"; ## WASM -As of v0.5.2, experimental support exists for WASI, the [WebAssembly System Interface](https://github.com/WebAssembly/WASI). To run a `.wasm` binary with Bun: +{% callout %} +🚧 **Experimental** +{% /callout %} + +Bun has experimental support for WASI, the [WebAssembly System Interface](https://github.com/WebAssembly/WASI). To run a `.wasm` binary with Bun: ```bash $ bun ./my-wasm-app.wasm -- cgit v1.2.3