This commit is contained in:
Greg Burri 2023-04-10 09:35:10 +02:00
parent e7d2f8f6c7
commit 57d7e7a3ce
17 changed files with 608 additions and 500 deletions

View file

@ -1,3 +1,3 @@
wasm-pack build --target web
wasm-pack build --target web -- --features wee_alloc
cp pkg/frontend.js ../backend/static
cp pkg/frontend_bg.wasm ../backend/static