#!/bin/bash wasm-pack buildcd wwwnpm installnpm run start
#!/bin/bash
wasm-pack build
cd www
npm install
npm run start