aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-30 09:20:12 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-30 09:20:12 +0200
commit2db812e99a2f06a0fb93705fa05307622d97a9d3 (patch)
treeb6dc990d0ed8c63896e41d86a9b36d35f10d88ba
parent9df6811626d11ecb6b0cb15cb3a4be6d7ad479a1 (diff)
downloadnissy-core-2db812e99a2f06a0fb93705fa05307622d97a9d3.tar.gz
nissy-core-2db812e99a2f06a0fb93705fa05307622d97a9d3.zip
Move worker.mjs back to example folder
Diffstat (limited to '')
-rw-r--r--.gitignore1
-rwxr-xr-xbuild4
-rw-r--r--web/http/worker.mjs (renamed from web/worker.mjs)0
3 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index ff975e1..81bb673 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,7 +22,6 @@ runcpp
22runtest.js 22runtest.js
23runtest.wasm 23runtest.wasm
24web/http/nissy_web_module.* 24web/http/nissy_web_module.*
25web/http/worker.mjs
26web/nissy_web_module.* 25web/nissy_web_module.*
27runtool 26runtool
28tools/.DS_Store 27tools/.DS_Store
diff --git a/build b/build
index 9d3c1e0..49f0bca 100755
--- a/build
+++ b/build
@@ -217,8 +217,7 @@ odflags() {
217 217
218build_clean() { 218build_clean() {
219 run rm -rf -- *.o *.so *.a run runtest runtool runcpp \ 219 run rm -rf -- *.o *.so *.a run runtest runtool runcpp \
220 web/nissy_web_module.* web/http/nissy_web_module.* \ 220 web/nissy_web_module.* web/http/nissy_web_module.*
221 web/http/worker.mjs
222} 221}
223 222
224build_nissy() { 223build_nissy() {
@@ -286,7 +285,6 @@ build_web() {
286 cpp/nissy.cpp web/storage.cpp web/adapter.cpp nissy.o || exit 1 285 cpp/nissy.cpp web/storage.cpp web/adapter.cpp nissy.o || exit 1
287 cp web/"$obj".mjs web/http/ 286 cp web/"$obj".mjs web/http/
288 cp web/"$obj".wasm web/http/ 287 cp web/"$obj".wasm web/http/
289 cp web/worker.mjs web/http/
290} 288}
291 289
292dotest() { 290dotest() {
diff --git a/web/worker.mjs b/web/http/worker.mjs
index 12de1dc..12de1dc 100644
--- a/web/worker.mjs
+++ b/web/http/worker.mjs

Generated with cgit - Back to sebastiano.tronto.net