Is there any contraindication in using Golang in my WebAssembly projects?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • go-app

    A package to build progressive web apps with Go programming language and WebAssembly.

  • As far as I understand it, there is the initial base size of needing to include the runtime in the wasm. From there it can grow a little more from source code, or a lot more if you choose to embed resources. On another note, if you want a recommendation for a WebAssembly solution, I was having a positive experience learning this: https://go-app.dev My weakness is in web frontend layouts so I was having a bit more of a struggle with this framework as opposed to something like Qt. But if you already do web frontend styling then this would be easy. I had gotten a really good setup going where it would optionally embed the wasm and resources into the Go binary to serve them, or to not do that if iterating on development.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts