aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Robert Soriano <sorianorobertc@gmail.com> 2023-09-09 19:03:46 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-09 19:03:46 -0700
commit4280f74429f0cf9ae56ffcf5ad7abcbd01c8c68c (patch)
treec0137e352a33b5ac7bd61ca53443ec52830de2e2
parent8139a20c9f94dac00e0a1e5a396fcd2015d4f32e (diff)
downloadbun-4280f74429f0cf9ae56ffcf5ad7abcbd01c8c68c.tar.gz
bun-4280f74429f0cf9ae56ffcf5ad7abcbd01c8c68c.tar.zst
bun-4280f74429f0cf9ae56ffcf5ad7abcbd01c8c68c.zip
docs: fix wasi-js link (#4741)
-rw-r--r--docs/runtime/index.md2
-rw-r--r--docs/runtime/loaders.md2
2 files changed, 2 insertions, 2 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
diff --git a/docs/runtime/loaders.md b/docs/runtime/loaders.md
index 0135d9363..891ed0bff 100644
--- a/docs/runtime/loaders.md
+++ b/docs/runtime/loaders.md
@@ -77,7 +77,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 %}
## Custom loaders