Skip to content

Commit

Permalink
pythongh-95853: Improve WASM build script (pythonGH-96389)
Browse files Browse the repository at this point in the history
- pre-build Emscripten ports and system libraries
- check for broken EMSDK versions
- use EMSDK's node for wasm32-emscripten
- warn when PKG_CONFIG_PATH is set
- add support level information
  • Loading branch information
tiran authored Aug 30, 2022
1 parent d0b3d23 commit 2eb9008
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The ``wasm_build.py`` script now pre-builds Emscripten ports, checks for
broken EMSDK versions, and warns about pkg-config env vars.
Loading

0 comments on commit 2eb9008

Please sign in to comment.