diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-03-06 12:49:43 +0100 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-03-06 20:48:18 +0100 |
commit | 31729454450b0de4f3f3b96c9123de9736df9d6a (patch) | |
tree | 852a5b83d8d334a98875fa09cded76ab184d5f66 /static | |
parent | 3b784236d7c3bf386deeeadcf79d9e9b289bf991 (diff) |
Update documented emsdk version
...to what is known-working at allotropia. (Also, emsdk --embedded option is
redundant since
<https://github.com/emscripten-core/emsdk/commit/3e9f04d467ba300b43fc40dab657c56f39751c96>
"Remove support for non-embedded mode".)
Change-Id: I7d3f3b72f131301ddc92fcf22503b575f30e7086
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164464
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'static')
-rw-r--r-- | static/README.wasm.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/README.wasm.md b/static/README.wasm.md index 91b418122bf2..ef8a02f8261a 100644 --- a/static/README.wasm.md +++ b/static/README.wasm.md @@ -26,7 +26,7 @@ INFO: latest browser won't work anymore with 0.0.0.0 and need 127.0.0.1. ## Setup for the LO WASM build (with Qt) -We're using Qt 5.15.2 with Emscripten 2.0.31. There are a bunch of Qt patches +We're using Qt 5.15.2 with Emscripten 3.1.46. There are a bunch of Qt patches to fix the most grave bugs. Also newer Emscripten versions have various bugs with the FS image support. @@ -37,8 +37,8 @@ with the FS image support. <https://emscripten.org/docs/getting_started/index.html> git clone https://github.com/emscripten-core/emsdk.git - ./emsdk install 2.0.31 - ./emsdk activate --embedded 2.0.31 + ./emsdk install 3.1.46 + ./emsdk activate 3.1.46 Example `bashrc` scriptlet: @@ -404,7 +404,7 @@ For instance, this autogen.input works for me: For building LO core for use in COWASM, it is known to work to use Emscripten 3.1.30 (and not just 2.0.31 which is what the LO+Qt5 work -has been using). +has been using in the past). ### That's all |