diff options
Diffstat (limited to 'docs/runtime/index.md')
-rw-r--r-- | docs/runtime/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/index.md b/docs/runtime/index.md index a4174fa25..04f0e7ffd 100644 --- a/docs/runtime/index.md +++ b/docs/runtime/index.md @@ -117,7 +117,7 @@ $ bun run ./my-wasm-app.whatever {% callout %} -**Note** — WASI support is based on [wasi-js](https://github.com/sagemathinc/cowasm/tree/main/packages/wasi-js). Currently, it only supports WASI binaries that use the `wasi_snapshot_preview1` or `wasi_unstable` APIs. Bun's implementation is not fully optimized for performance; this will become more of a priority as WASM grows in popularity. +**Note** — WASI support is based on [wasi-js](https://github.com/sagemathinc/cowasm/tree/main/core/wasi-js). Currently, it only supports WASI binaries that use the `wasi_snapshot_preview1` or `wasi_unstable` APIs. Bun's implementation is not fully optimized for performance; this will become more of a priority as WASM grows in popularity. {% /callout %} ## Node.js compatibility |