pyodide/pyodide-build/pyodide_build/out_of_tree
Hood Chatham b1ab8f0de4
Add an Emscripten version check for out of tree builds (#2975)
The out of tree build system applies an abi tag based on `PYODIDE_EMSCRIPTEN_VERSION`
in `Makefile.envs`. Prior to this PR, it will happily accept the version of emscripten (say 3.1.18)
and produce a wheel tagged like it was produced from the expected Emscripten version (say 3.1.14).
This causes confusing errors due to ABI mismatch see igraph/python-igraph#560. This error message
should help prevent such confusion.
2022-08-18 09:28:10 +02:00
..
__init__.py Finish out of tree build system (except xbuildenv deploy) (#2823) 2022-07-06 14:37:19 -07:00
__main__.py Add xbuildenv to github releases (#2850) 2022-07-10 10:58:39 +02:00
build.py Add an Emscripten version check for out of tree builds (#2975) 2022-08-18 09:28:10 +02:00