This article will show you how to create a web application with a framework around a WebAssembly component. I will use the Angular framework, but the steps will be similar for other frameworks, like React or Vue.js. You can create the UI in a mature framework, as you would in other modern websites, and do your heavy calculation in WASM.
I will use Rust because it is a modern low-level language with great support for WASM apps.
I will also automatically deploy the application from GitHub to Azure Storage Account via Azure DevOps. …