summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2020-12-22 12:47:03 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-04-16 15:31:49 +0200
commit38f54a3f162798841832074fd59098d9419f4c55 (patch)
treeb80f0bf991e97251b5f29a26d7b1bf482783155a
parentMake builds without patching emscripten (diff)
downloadcore-38f54a3f162798841832074fd59098d9419f4c55.tar.gz
core-38f54a3f162798841832074fd59098d9419f4c55.zip
Refer from README.md to README.wasm
Change-Id: I1e5fcc64f452d524192f4ea6d975aafafbb9f5bb
-rw-r--r--README.md4
-rw-r--r--README.wasm3
2 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2e5561998892..e08ecc48634e 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,10 @@ run and compile LibreOffice, also used by the TDF builds:
* Build: Xcode 9.3 and iPhone SDK 11.4
* Android:
* Build: NDK r19c and SDK 22.6.2
+* Emscripten / WASM:
+ * Runtime: a browser with SharedMemory support (threads + atomics)
+ * Build: Qt 5.15 with Qt supported Emscripten 1.39.8
+ * See README.wasm
If you want to use Clang with the LibreOffice compiler plugins, the minimal
version of Clang is 5.0.2. Since Xcode doesn't provide the compiler plugin
diff --git a/README.wasm b/README.wasm
index 596aeb137d12..012d8c981539 100644
--- a/README.wasm
+++ b/README.wasm
@@ -1,8 +1,7 @@
= Status =
$ make
-
-> instdir/program/ui-previewer.html
+$ emrun --serve_after_close instdir/program/ui-previewer.html
The ui-previewer "binary" will "crash" with memory alignment problems.