Linus Unnebäck
Linus Unnebäck
If anyone has any suggested code for how to make it work on Safari 15 I would be happy to add it and make a new release 🚀
I think that transpiling code is something that must be done by the end user in this case, since there is no way for us to know exactly which browsers/environments...
Transpiling `async`/`await` syntax comes with a very large overhead, which will probably balloon the size of this library way over the 508 B gzipped that this library currently comes in...
I think that this is a good approach forward. While I did like Browserify, the avalanche have started and it's too late for the pebbles to vote, the ecosystem is...
Hmm, since there is no need for this package in Node.js (right?), couldn't we just switch to just doing ES modules and skip the build step altogether? and release that...
It seems like `go build` cannot produce universal binaries on its own. ref: https://github.com/golang/go/issues/40698 On macOS this isn't a problem since we have `lipo`, but if we are cross compiling...
See #18
Ahh, sorry!
Tests are failing because of too old Node.js 😅 Fixing 👌
ping @kevva, any chance of merging this? ☺️