From cf2896324e60e2dc3890c658378499383100e79c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 27 May 2025 16:45:06 +0200 Subject: Big progress with web version --- build | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'build') diff --git a/build b/build index 63f7675..b86adb3 100755 --- a/build +++ b/build @@ -207,7 +207,8 @@ odflags() { build_clean() { run rm -rf -- *.o *.so *.a run runtest runtool runcpp \ - web/nissy_web_module.* web/*.wasm web/http/*.mjs web/http/*.wasm + web/nissy_web_module.* web/http/nissy_web_module.* \ + web/http/worker.mjs } build_nissy() { @@ -273,8 +274,9 @@ build_web() { $CPPFLAGS $(odflags) $WASMLINKFLAGS \ --js-library web/callback.js -o web/"$obj".mjs \ 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/"$obj".mjs web/http/ + cp web/"$obj".wasm web/http/ + cp web/worker.mjs web/http/ } dotest() { -- cgit v1.3