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

@ -30,7 +30,7 @@ jobs:
- name: Build wasm
run: |
cargo install wasm-pack
wasm-pack build --target web
wasm-pack build --target web --features wasm
cp -R pkg/reconcile.js examples/website/
cp -R pkg/reconcile_bg.wasm examples/website/