summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/platforms/wasm.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/platforms/wasm.qdoc b/doc/src/platforms/wasm.qdoc
index c23b5106..22d9a3d9 100644
--- a/doc/src/platforms/wasm.qdoc
+++ b/doc/src/platforms/wasm.qdoc
@@ -167,6 +167,9 @@ browser separately. One of the simplest options is http.server from Python:
python -m http.server
\endcode
+Note that this is only a simple webserver and does not support SharedArrayBuffer required for
+threading, as the required COOP and COED headers mentioned below are not sent.
+
\section3 qtwasmserver
Qt provides a developer web server which uses \l{https://github.com/FiloSottile/mkcert}{mkcert}