Skip to content
Merged
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
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ output.log # the captured printed output--only for errors

### Running tests in the browser

To run a test in the browser, use the `scripts/browser-test/harness.mjs` as `ENGINE`
To run a test in the browser, use the `scripts/browser-test/harness.mjs` as `ENGINE`. The harness uses [`bjorn3/browser_wasi_shim`](https://github.com/bjorn3/browser_wasi_shim/) as a WASI implementation on browser.

```sh
$ npm -C scripts/browser-test install
Expand Down