Hacker News new | ask | show | jobs
Show HN: Build WebExtensions in Go, a Native Way (github.com)
3 points by Leotard6963 988 days ago
Less than a week ago, we announced a new stdlib & runtime `pcz` for Golang, focusing on platform native support, along with full access to Web APIs. [1] (and we were not joking.)

Today we are releasing the full access to WebExtension APIs for Go js/wasm target in pcz std[2], and now you can build WebExtensions in Go natively, happy toying with it!

[1]: https://news.ycombinator.com/item?id=37744563

[2]: https://github.com/primecitizens/pcz/tree/master/std/plat/js...