Tag
#WebAssembly
4 posts tagged with #WebAssembly.
-
Learning Blazor by Building Something Useful. Part II
Part two on Blazor: WASM binary pitfalls, Razor gotchas, component communication struggles, lifecycle traps, and the state of the ecosystem.
#C# #.NET #Blazor #WebAssembly -
Learning Blazor by Building Something Useful. Part I
Part one of how, instead of yet another ToDo list, we built a useful IoT relay control system in Blazor: Entity Framework, MVC controller, server-side rendering, and C# instead of JavaScript.
#C# #.NET #Blazor #WebAssembly #IoT -
Go Frontend with Vugu: WebAssembly in Pure Golang
A look at vugu, a young library that lets you write frontend in Go via WebAssembly. Cats, goroutines, and 500 KB of WASM payload by the finish line.
#Go #WebAssembly #frontend #WASM #vugu -
Rusting Further. How Rust Came to Be and Can You Do Web with It?
A deep dive into the history of compilation — from processors and opcodes through C, Java, and JavaScript to LLVM and Rust. Understanding why Rust exists and when to use it for web.
#Rust #systems programming #WebAssembly #LLVM #compilers