OpenBSD (and others) support
I have simplehttp2 installed with go get but this package always tries to use the binaries, which doesnt work on openbsd (or any random os without prebuilt binaries)
I'd like to install preact-cli but it requires this package as a dependency. Would there be a way to defer to the go compiler when no binaries are available? That way any operating system with go installed could be supported.
Actually, if this pull request https://github.com/kevva/bin-wrapper/pull/56 got merge, the problem would be solved. So I'll close this issue
Though for the pull request to work you will have to update your error handling in suffix.js
Just letting you know that applying the pull request to bin-wrapper, changing the filename variable in lib/index.js to 'simplehttp2server' and running node lib/install.js myself, I was able to run npm run dev in the preact-cli widget template.