WebAssembly is often used to move application logic into the browser and build increasingly large client-side applications. WebForms Core takes a different approach. Instead of making WebAssembly the frontend architecture, WebAssembly can be used as an execution layer inside a server-orchestrated UI architecture. In this example, Go is compiled to WebAssembly and participates in the WebForms Core execution flow. The examples in this article are designed to demonstrate the server-orch...