summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2023-02-13 11:04:30 +0200
committerTor Lillqvist <tml@collabora.com>2023-02-23 18:32:48 +0000
commit26ad026bdd2dc6397465f9acdf18248ad6201e93 (patch)
tree6437b3503427f39df73112a944ad23f44882552e /static
parent1379b0adfb58eee93c2489cca71bfc83f1e1ffd1 (diff)
Mention that Emscripten 3.1.30 is known to work for COWASM
Change-Id: Id01004121a306dea953b908c32acc7f2c0e6841c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146857 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147533
Diffstat (limited to 'static')
-rw-r--r--static/README.wasm.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/README.wasm.md b/static/README.wasm.md
index 0ca4d3564413..c0fe6354e1a5 100644
--- a/static/README.wasm.md
+++ b/static/README.wasm.md
@@ -364,6 +364,10 @@ For instance, this autogen.input works for me:
`--disable-gui`
`--with-main-module=writer`
+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).
+
### That's all
After all, in this case you are building LO core headless for it to be used by other software.