We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22e39c commit a8a9b7fCopy full SHA for a8a9b7f
README.md
@@ -1,7 +1,7 @@
1
# Faasm CPython WebAssembly build
2
3
This build cross-compiles CPython and a number of Python modules to WebAssembly
4
-for use in [Faasm](https://github.com/lsds/faasm).
+for use in [Faasm](https://github.com/faasm/faasm).
5
6
You can see a list of the installed modules in the
7
[`install_modules.sh`](scripts/install_modules.sh) script.
@@ -132,5 +132,5 @@ You can also set `DISTUTILS_DEBUG=1` to get distutils to print more info.
132
## Running in Faasm
133
134
See the [Faasm python
135
-docs](https://github.com/lsds/faasm/blob/master/docs/python.md).
+docs](https://github.com/faasm/faasm/blob/master/docs/python.md).
136
0 commit comments