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-13 09:05:21 +0000
commit297c71c82bf6766c7fdeec0ab90e693c4fe39675 (patch)
tree657fe1fdf4b837cd469c46283de426542714c3e3 /static
parent4277e37e65a9a788cd787df54c4788c99225846c (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>
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 eeb1d90de41a..2a8727a1a5aa 100644
--- a/static/README.wasm.md
+++ b/static/README.wasm.md
@@ -359,6 +359,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.