Update README.md

This commit is contained in:
Rich Geldreich
2026-02-19 18:11:45 -05:00
committed by GitHub
parent 8fabdf1305
commit 33cfe3204c

View File

@@ -84,4 +84,4 @@ cd webgl
python3 -m http.server 8000
```
**Note: For WASM multithreading to be available and enabled, the server [must be properly configured](https://unlimited3d.wordpress.com/2021/12/21/webassembly-and-multi-threading/). See the `webgl/start_webserver.sh` and `webgl/webserver_cross_origin.py` example scripts.**
**Note: For WASM multithreading to be available and enabled (which is highly recommended for reasonable compression times), the server [must be properly configured](https://unlimited3d.wordpress.com/2021/12/21/webassembly-and-multi-threading/). See the `webgl/start_webserver.sh` and `webgl/webserver_cross_origin.py` example scripts.**