aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-06-10 12:02:10 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-06-10 12:02:10 +0200
commit4ea98362c39d63bbfaef28aa25a1e630e01c5611 (patch)
tree58325878046ec59b22cc0012497f220cc04762eb /README.md
parent18132bf9c9755a7de41a8c89dc6b02409a629cd5 (diff)
downloademscripten-tutorial-master.tar.gz
emscripten-tutorial-master.zip
Added native exampleHEADmaster
Diffstat (limited to 'README.md')
-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