willow-example 0.1.1

Example webapp for willow
Documentation
1
2
3
4
5
6
7
8
run-debug: build-debug
	sfz -Cr
build-debug:
	wasm-pack build --target web --debug
run: build
	sfz -Cr
build:
	wasm-pack build --target web