From 2db812e99a2f06a0fb93705fa05307622d97a9d3 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 30 May 2025 09:20:12 +0200 Subject: Move worker.mjs back to example folder --- build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build') diff --git a/build b/build index 9d3c1e0..49f0bca 100755 --- a/build +++ b/build @@ -217,8 +217,7 @@ odflags() { build_clean() { run rm -rf -- *.o *.so *.a run runtest runtool runcpp \ - web/nissy_web_module.* web/http/nissy_web_module.* \ - web/http/worker.mjs + web/nissy_web_module.* web/http/nissy_web_module.* } build_nissy() { @@ -286,7 +285,6 @@ build_web() { cpp/nissy.cpp web/storage.cpp web/adapter.cpp nissy.o || exit 1 cp web/"$obj".mjs web/http/ cp web/"$obj".wasm web/http/ - cp web/worker.mjs web/http/ } dotest() { -- cgit v1.3