Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/api/wasi.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ If version `unstable` was passed into the constructor it will return:
{ wasi_unstable: wasi.wasiImport }
```

If version `preview1` was passed into the constructor or no version was
specified it will return:
If version `preview1` was passed into the constructor it will return:

```json
{ wasi_snapshot_preview1: wasi.wasiImport }
Expand Down
Loading