My DevConf 2024 talk about Web Assembly and how you can use different languages to build solutions that work together in the Wasm runtime of your choice, or if you are truly deranged, your embedded runtime of choice!
Rust, Go, Zig, JavaScript, Python, C are all used in some way shape or form in the demos.
I use Task to manage my build scripts and steps. You don't have to, you can use whatever works for you. There's a Task.yml
file in most directories that contain the various instructions to build / copy etc. various parts of the project.
The v86 project is interesting in that it takes x86 code and compiles it to wasm, then runs it in the browser! See v86 source for details on this great Rust and JavaScript project.
Extend Kong Gateway with wasm plugins.
Develop serverless applications using WebAssembly as well as use wasm in Kubernetes. Also see Spin for information about the Spin runtime and the languages it supports.
A universal platform for deploying and executing wasm applications on any cloud.
Framework for building functions, microservices and monoliths, all in WebAssembly.
A new WebAssembly focused programming language.