#development #golang #reading-list

🔗 Golang to WASM: Basic Setup and Handling HTTP Requests
journal.hexmos.com

WebAssembly is a technology to make code execution of languages like C, C++, Go, Rust, etc in the browser. This is achieved by creating a binary web assembly file.

This helps our programs to reach native-level performance.

We have an internal collaborative API client Lama2, a CLI tool implemented using go. We need an interface for it, so I decided to implement a small wasm (Web assembly) interface so that we can get a basic web interface. This is a small step towards a full-fledged UI for the future. This article will follow through with the basic hello world and setup http requests in webassembly

continue reading on journal.hexmos.com

⚠️ This post links to an external website. ⚠️