Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Use upstream main for WASIX
Co-authored-by: Brett Cannon <brett@python.org>
  • Loading branch information
tiran and brettcannon authored Jun 15, 2022
commit cec8b059de8aa3e31caca8d16f32b103869525a7
2 changes: 1 addition & 1 deletion Tools/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,6 @@ ln -srf -t /usr/local/bin/ ~/.wasmtime/bin/wasmtime
### Install [WASIX](https://github.com/singlestore-labs/wasix)

```shell
git clone -b cpython https://github.com/tiran/wasix.git ~/wasix
git clone https://github.com/singlestore-labs/wasix.git ~/wasix
make install -C ~/wasix
```