Cross-posted from the wasmCloud blog.
Exploring a web application that performs simple CRUD operations (Create, Read, Update, Destroy) is a great way to understand new application paradigms.
In this walkthrough, we'll unpack a simple CRUD application in Go, compile the code to a WebAssembly component, and run it on wasmCloud using swappable, vendorless capabilities for HTTP service and key-value storage.












