I am sorry, this may be very basic but I am trying to use this library and I try to run
GOARCH=js go get -u -d github.com/goxjs/gl/...
I get unsupported GOOS/GOARCH pair darwin/js I have tried a series of pairs like js/js or /js or js/darwin and I get the same message everytime.
Am I doing something wrong? does the library need to be updated?