Codechange: upgrade Emscripten to 3.1.57 (#12526)

This also upgrades liblzma to 5.4.6, and uses the new ports.contrib
system Emscripten 3.1.56 introduced.
This commit is contained in:
Patric Stout
2024-04-18 19:37:33 +02:00
committed by GitHub
parent 08d05bf4c0
commit 04a3bf76e8
7 changed files with 155 additions and 217 deletions

View File

@@ -2,8 +2,8 @@
Please use docker with the supplied `Dockerfile` to build for emscripten.
It takes care of a few things:
- Use a version of emscripten we know works
- Patch in LibLZMA support (as this is not supported by upstream)
- Use a version of emscripten we know works.
- Add LibLZMA library under contrib ports.
First, build the docker image by navigating in the folder this `README.md` is in, and executing:
```