static/README.wasm.md |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 31729454450b0de4f3f3b96c9123de9736df9d6a
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Wed Mar 6 12:49:43 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Wed Mar 6 20:48:18 2024 +0100

    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.bergm...@allotropia.de>

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
 

Reply via email to