diff options
Diffstat (limited to 'docs/runtime/index.md')
-rw-r--r-- | docs/runtime/index.md | 6 |
1 files changed, 5 insertions, 1 deletions
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 |