Skip to content

Commit e9524a0

Browse files
Comment about WASI implementation used in browser testing (#576)
#563 (comment)
1 parent 525bb2e commit e9524a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ output.log # the captured printed output--only for errors
3737

3838
### Running tests in the browser
3939

40-
To run a test in the browser, use the `scripts/browser-test/harness.mjs` as `ENGINE`
40+
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.
4141

4242
```sh
4343
$ npm -C scripts/browser-test install

0 commit comments

Comments
 (0)