pyodide/pyodide_build
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
..
__init__.py Converting tools scripts to a python package 2018-09-20 18:44:30 +02:00
__main__.py Make bin/pyodide display help rather than crash 2019-01-15 10:09:09 -05:00
_fixes.py Monkeypatch selenium with a fix against ConnectionError 2018-10-04 14:30:35 +02:00
buildall.py Implement the ABI number functionality. 2019-01-23 00:07:39 +05:30
buildpkg.py Implement the ABI number functionality. 2019-01-23 00:07:39 +05:30
common.py Revert using ROOTDIR instead of TOOLSDIR 2018-09-21 14:02:25 +02:00
pywasmcross.py Better refactoring 2018-11-15 13:24:27 +01:00
serve.py Add Documentation + Minor Changes 2018-12-11 13:26:51 +05:30