static/README.wasm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3bfea3cdb8723bb82840e6e0282bfd4a48fd8f79 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Mar 30 20:13:29 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Mar 30 20:47:23 2022 +0200 Fix typo Change-Id: Ie50eeb9bcf1670b014ec600b62ef83a4fb27ee59 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132330 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/static/README.wasm.md b/static/README.wasm.md index 4624e87605b7..7bca790acf7a 100644 --- a/static/README.wasm.md +++ b/static/README.wasm.md @@ -114,7 +114,7 @@ You can build LO with WASM exceptions, which should be "much" faster then the JS based Emscripten EH handling. For setjmp / longjmp (SjLj) used by the PNG and JPEG libraries error handling, this needs Emscripten 3.1.3+. That builds, but execution still fails early with a signature mismatch call to Task::UpdateMinPeriod in LO's -job scheduler code. Unfortunatly the build also needs a Qt build with +job scheduler code. Unfortunately the build also needs a Qt build with "-s SUPPORT_LONGJMP=wasm", which is incompatible with the JS EH + SjLj. The LO configure flag is simply an additional --enable-wasm-exceptions. Qt5 can