This commit is contained in:
Andras Schmelczer 2025-06-19 20:31:28 +01:00
parent b9a750c681
commit 2884311b62
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 11 additions and 8 deletions

View file

@ -1,8 +1,12 @@
#!/bin/bash
rm -rf pkg
wasm-pack build --target web --features wasm
cp -R pkg/reconcile.js examples/website/
cp -R pkg/reconcile_bg.wasm examples/website/
cd examples/website/
python3 -m http.server $1
python3 -m http.server $1