aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index de7ef81..6bce4cb 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,11 @@ In `03_threads` we build a more complicated example based on
67example, the web server has to be configured to provide the correct 67example, the web server has to be configured to provide the correct
68`Cross-Origin-*` headers, see `03_threads/run-server.sh` for details. 68`Cross-Origin-*` headers, see `03_threads/run-server.sh` for details.
69 69
70There is also a piece of code meant to run this more complicated library
71function natively (`native.c`). It can be used, for example, to compare
72the performance of native code vs WASM running in Node.js. You can
73build it with `./build-native.sh` and run it with `./build/native`.
74
70## 4. Don't block the main thread 75## 4. Don't block the main thread
71 76
72In `04_no_block` we avoid our calculations blocking the main browser 77In `04_no_block` we avoid our calculations blocking the main browser

Generated with cgit - Back to sebastiano.tronto.net