[Libreoffice-commits] core.git: Branch 'feature/wasm' - README.md README.wasm

Jan-Marek Glogowski (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 22 11:47:52 UTC 2020


 README.md   |    4 ++++
 README.wasm |    3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 7bc9c7a1d9e8354521e89e6ba63c9e76daa0e6fc
Author:     Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Tue Dec 22 12:47:03 2020 +0100
Commit:     Jan-Marek Glogowski <glogow at fbihome.de>
CommitDate: Tue Dec 22 12:47:03 2020 +0100

    Refer from README.md to README.wasm
    
    Change-Id: I1e5fcc64f452d524192f4ea6d975aafafbb9f5bb

diff --git a/README.md b/README.md
index 4ed3b80b2fec..727bcef4f665 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.
 


More information about the Libreoffice-commits mailing list