wasmly 0.2.0

programatically build a web assembly module
Documentation
1
2
3
4
5
6
build:
	@node index.js
serve:
	@node ../../node_modules/.bin/http-server -p 9999
setup:
	cd .. && cd .. && npm install