Madhur Tandon
a704d5a04b
Implement the ABI number functionality.
...
Modified ``Makefile`` and ``packages/Makefile`` to get ``PYODIDE_PACKAGE_ABI`` from ``Makefile.envs``
Made ``checkABI`` as a public API function.
Modified ``file_packager.py`` to check for the compatible ABI number.
Defined ABI number with which pyodide is built in Makefile.envs
Accepted ABI number in ``file_packager.py`` as an argument.
Modified ``buildpkg.py`` and ``buildall.py`` to account for the new argument.
Added the corresponding ``test_different_ABI`` test.
2019-01-23 00:07:39 +05:30
Michael Droettboom
b24be2473e
Export all symbols from everything
2019-01-15 16:52:00 -05:00
Michael Droettboom
4b3bfe53ad
Upgrade emscripten to 1.38.22
2019-01-10 07:40:01 -05:00
Michael Droettboom
c71eff248b
Update PATH
2018-10-01 21:16:04 -04:00
Michael Droettboom
58048cff2c
Upgrade to emscripten 1.38.12
2018-10-01 18:56:57 -04:00
Roman Yurchak
b9ad36fdd7
Set "BINARYEN_TRAP_MODE='clamp'"
2018-09-27 11:38:26 +02:00
Michael Droettboom
56562257ef
Fix #71 : Upgrade to Python 3.7
2018-09-06 10:56:33 -04:00
Roman Yurchak
f15e13d3cd
Use clang-format from emcc/clang
2018-08-27 20:20:23 +03:00
Michael Droettboom
a02c2de983
Fix paths
2018-07-24 17:48:18 -04:00
Michael Droettboom
4153f5bc83
Update emscripten to 1.38.10
2018-07-24 17:47:49 -04:00
Michael Droettboom
409fe3b3f4
Use ccache
2018-07-24 12:58:31 -04:00
Michael Droettboom
07b1d17f15
Restore HOSTPYTHON variable
2018-06-20 17:10:06 -04:00
Michael Droettboom
17e1562ded
MVP of a proper packaging system
2018-06-20 14:54:47 -04:00
Michael Droettboom
f2e46063d6
Pin the compiler to a particular version
2018-05-31 18:46:57 -04:00
Michael Droettboom
b537908b2b
Simplify Makefiles. Support parallel compilation.
2018-05-16 13:06:44 -04:00
Michael Droettboom
deea97cd4c
Use pre-built toolchain
2018-04-02 13:06:36 -04:00
Michael Droettboom
018727487b
Export variables
2018-04-02 10:33:19 -04:00
Michael Droettboom
b8c3e600c2
Add end-to-end build. Travis tests.
2018-03-30 13:08:06 -04:00