When contributing to the project, certain operations might be tedious to run manually from scratch (like GOOS=js GOARCH=wasm go build to compile the WASM artifact).
So, as discussed here, could be good to have a minimal Makefile collecting all those in a simpler way to run.
When contributing to the project, certain operations might be tedious to run manually from scratch (like
GOOS=js GOARCH=wasm go build
to compile the WASM artifact).So, as discussed here, could be good to have a minimal Makefile collecting all those in a simpler way to run.