Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
olivi-r committed Feb 9, 2024
1 parent 7ff77de commit 802a988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This tool can compile CPython C extension files, such as the ones created by Cython, to WebAssembly so that the extensions are platform independent.

Currently this project only supports CPython 3.8, 3.9, 3.10, 3.11 and 3.12 but I'm hoping to add support for older and future versions.
This project supports CPython 3.6 to 3.12.

The project will automatically download [wasi-sdk](https://github.com/WebAssembly/wasi-sdk) on first use.

Expand Down

0 comments on commit 802a988

Please sign in to comment.