File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ You can see a list of the installed modules in the
77[ ` install_modules.sh ` ] ( scripts/install_modules.sh ) script.
88
99The build uses the [ Faasm
10- toolchain] ( https://github.com/Shillaker /faasm-toolchain ) to cross-compile both
10+ toolchain] ( https://github.com/faasm /faasm-toolchain ) to cross-compile both
1111CPython and C-extensions to WebAssembly.
1212
1313## Code changes
1414
1515The CPython build uses this slightly modified [ fork of
16- CPython] ( https://github.com/Shillaker /cpython/tree/faasm ) .
16+ CPython] ( https://github.com/faasm /cpython/tree/faasm ) .
1717
1818To see the changes made to CPython, see [ this
19- compare] ( https://github.com/python/cpython/compare/v3.8.2...Shillaker :faasm ) .
19+ compare] ( https://github.com/python/cpython/compare/v3.8.2...faasm :faasm ) .
2020
2121A similar (small) list of changes for numpy can be seen
22- [ here] ( https://github.com/numpy/numpy/compare/v1.19.2...Shillaker :faasm ) .
22+ [ here] ( https://github.com/numpy/numpy/compare/v1.19.2...faasm :faasm ) .
2323
2424CPython is built statically, some notes on this process can be found
2525[ here] ( https://wiki.python.org/moin/BuildStatically ) .
You can’t perform that action at this time.
0 commit comments