rename the whole thing to baudmine >:-)

This commit is contained in:
2026-03-25 22:48:50 +01:00
parent dfe61b65e1
commit c526f00957
36 changed files with 88 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Build Baudline for WebAssembly
# Build Baudmine for WebAssembly
# Prerequisites: Emscripten SDK installed at ~/emsdk
set -e
@@ -13,6 +13,6 @@ echo "=== Building ==="
cmake --build build_wasm -j$(nproc)
echo "=== Done ==="
echo "Output: build_wasm/web/baudline.html"
echo "Output: build_wasm/web/baudmine.html"
echo "To test: cd build_wasm/web && python3 -m http.server 8080"
echo "Then open http://localhost:8080/baudline.html"
echo "Then open http://localhost:8080/baudmine.html"