Skip to content
Prev Previous commit
Next Next commit
Update doc/api/wasi.md
Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
mhdawson and cjihrig authored Feb 3, 2023
commit 388dc3fecb703d3e81f9d4030c8747bb22d6d3ec
2 changes: 1 addition & 1 deletion doc/api/wasi.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ changes:
* `stderr` {integer} The file descriptor used as standard error in the
WebAssembly application. **Default:** `2`.
* `version` {string} The version of WASI requested. Currently the only
supported version is `wasi_snapshot_preview1`
supported version is `wasi_snapshot_preview1`.

### `wasi.getImportObject()`

Expand Down