diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-08-20 17:52:49 +0200 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-08-20 23:16:49 +0200 |
commit | b88b5f53a2e5a40a673bbb587571cc068cae6d6e (patch) | |
tree | 4413498a5419f010a0cf94e3fadb7b15e95e8a7a /static | |
parent | ce2a5f6bc80a7a206051d7a81fcc6e87f1fab972 (diff) |
More useful to have an EMSCRIPTEN_EXTRA_SOFFICE_PRE_JS
...than an EMSCRIPTEN_EXTRA_SOFFICE_POST_JS. That way, we can e.g. set up
Module.arguments there.
Change-Id: I4990ab6daac2f74326ab2ee9508828f1b79bceb7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172154
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'static')
-rw-r--r-- | static/README.wasm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/README.wasm.md b/static/README.wasm.md index 48a109bd8469..8eb226f6e97e 100644 --- a/static/README.wasm.md +++ b/static/README.wasm.md @@ -264,7 +264,7 @@ put next to the `qt_soffice.html` that you serve to the browser (i.e., in Module.uno_scripts = ['./example.js']; ``` And rebuild LO configured with an additional -`EMSCRIPTEN_EXTRA_SOFFICE_POST_JS=/...path-to.../include.js`. +`EMSCRIPTEN_EXTRA_SOFFICE_PRE_JS=/...path-to.../include.js`. ## Tools for problem diagnosis |