#!/bin/bash
wasm-pack build --target web --out-dir pkg
cp examples/wasm-demo.html pkg/
cp examples/test-data.json pkg/ 