diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-30 09:20:12 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-30 09:20:12 +0200 |
| commit | 2db812e99a2f06a0fb93705fa05307622d97a9d3 (patch) | |
| tree | b6dc990d0ed8c63896e41d86a9b36d35f10d88ba | |
| parent | 9df6811626d11ecb6b0cb15cb3a4be6d7ad479a1 (diff) | |
| download | nissy-core-2db812e99a2f06a0fb93705fa05307622d97a9d3.tar.gz nissy-core-2db812e99a2f06a0fb93705fa05307622d97a9d3.zip | |
Move worker.mjs back to example folder
| -rw-r--r-- | .gitignore | 1 | ||||
| -rwxr-xr-x | build | 4 | ||||
| -rw-r--r-- | web/http/worker.mjs (renamed from web/worker.mjs) | 0 |
3 files changed, 1 insertions, 4 deletions
| @@ -22,7 +22,6 @@ runcpp | |||
| 22 | runtest.js | 22 | runtest.js |
| 23 | runtest.wasm | 23 | runtest.wasm |
| 24 | web/http/nissy_web_module.* | 24 | web/http/nissy_web_module.* |
| 25 | web/http/worker.mjs | ||
| 26 | web/nissy_web_module.* | 25 | web/nissy_web_module.* |
| 27 | runtool | 26 | runtool |
| 28 | tools/.DS_Store | 27 | tools/.DS_Store |
| @@ -217,8 +217,7 @@ odflags() { | |||
| 217 | 217 | ||
| 218 | build_clean() { | 218 | build_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 | ||
| 224 | build_nissy() { | 223 | build_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 | ||
| 292 | dotest() { | 290 | dotest() { |
diff --git a/web/worker.mjs b/web/http/worker.mjs index 12de1dc..12de1dc 100644 --- a/web/worker.mjs +++ b/web/http/worker.mjs | |||
