build:
	wasm-pack  build --target web
	cd www; npm install

run:
	cd www; npm run start
	
test:
	wasm-pack test --firefox