%.wat: %.py compile.py python3.8 compile.py $< $@ %.wasm: %.wat wat2wasm $^ -o $@ server: python3.8 -m http.server test: venv/.done venv/bin/pytest tests venv/.done: requirements.txt python3.8 -m venv venv venv/bin/python3 -m pip install -r $^ touch $@