1build-es6:
2	cd ./typescript_browser_es6 && npx tsc
3
4build-browser:
5	cd ./typescript_browser && npx tsc
6
7serve:
8	python3 ../../../tools/serve_wasm.py