/ makefile
makefile
1  build:
2  	GOARCH=wasm GOOS=js go build -o web/app.wasm
3  	go build
4  
5  run: build
6  	./cyber-witness