Skip to content

Commit

Permalink
Clarify WASI not WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Sep 20, 2024
1 parent f9a8bed commit 64f4831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/runtime/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ import pkg from "./package.json";
import bunfig from "./bunfig.toml";
```

## WASM
## WASI

{% callout %}
🚧 **Experimental**
Expand Down
2 changes: 1 addition & 1 deletion docs/runtime/loaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import pkg from "./package.json";
import data from "./data.toml";
```

## WASM
## WASI

{% callout %}
🚧 **Experimental**
Expand Down

0 comments on commit 64f4831

Please sign in to comment.