diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-12-22 12:47:03 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-04-09 12:21:13 +0200 |
commit | 3b431b2a937e8591b02813040f262964749a627e (patch) | |
tree | ddfaca73abcb24d6233142bf9a686f5a45ebc7cd | |
parent | d784768d07e210b491a2cd3942235193e0eea0f7 (diff) |
Refer from README.md to README.wasm
Change-Id: I1e5fcc64f452d524192f4ea6d975aafafbb9f5bb
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | README.wasm | 3 |
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. |