Skip to content

Commit 99f05ad

Browse files
committed
Removing long double
1 parent ad7b1db commit 99f05ad

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ The CPython build uses a fork of
44
[CPython](https://github.com/Shillaker/cpython/tree/faasm) along with other
55
Python module forks in the `third-party` directory.
66

7-
It uses the [Faasm toolchain](https://github.com/Shillaker/faasm-toolchain) to
8-
build CPython and C-extensions to WebAssembly (for use with
7+
To see the changes made to CPython, see [this
8+
compare](https://github.com/python/cpython/compare/v3.8.2...Shillaker:faasm).
9+
For numpy, see [this
10+
compare](https://github.com/numpy/numpy/compare/v1.19.2...Shillaker:faasm).
11+
12+
The build uses the [Faasm
13+
toolchain](https://github.com/Shillaker/faasm-toolchain) to compile CPython and
14+
C-extensions to WebAssembly (for use with
915
[Faasm](https://github.com/lsds/faasm)).
1016

1117
CPython is built statically, some notes on this process can be found

third-party/cpython

third-party/numpy

Submodule numpy updated from 2cb7a69 to a349497

0 commit comments

Comments
 (0)