[Libreoffice-commits] core.git: Branch 'feature/wasm' - README.wasm
Jan-Marek Glogowski (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 23 13:22:44 UTC 2021
README.wasm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit e3552c92bb0175600605599d7752ba104679a36c
Author: Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Fri Jul 23 15:21:36 2021 +0200
Commit: Jan-Marek Glogowski <glogow at fbihome.de>
CommitDate: Fri Jul 23 15:21:36 2021 +0200
Update docs for 0.0.0.0 => 127.0.0.1
Change-Id: I0a78f30d6843d1fef5eb2222157cfb3159aa846d
diff --git a/README.wasm b/README.wasm
index 3c9863da0e26..a592a34628ca 100644
--- a/README.wasm
+++ b/README.wasm
@@ -1,15 +1,16 @@
= Status =
$ make
-$ emrun --serve_after_close instdir/program/ui-previewer.html
+$ emrun --serve_after_close instdir/program/qt_vcldemo.html
The ui-previewer "binary" will "crash" with memory alignment problems.
You can run the WASM mandelbrot Qt example:
-$ emrun --serve_after_close workdir/LinkTarget/Executable/qt_mandelbrot.html
+$ emrun --serve_after_close workdir/LinkTarget/Executable/qt_wasm-qt5-mandelbrot.html
REMINDER: always start new tabs in the browser, reload might fail / cache!
+INFO: latest browser won't work anymore with 0.0.0.0 and need 127.0.0.1.
= Setup for the LO WASM build (with Qt) =
More information about the Libreoffice-commits
mailing list