wasmer
last updated: Oct 20, 2023
supports wasm in c#/C++/python/go/ruby/php/rust
still not entirely clear on when I would use it. Two thoughts:
- I want some bit of functionality from Rust in Go or python
- eg this article that uses wasm to embed rust functionality in a go program
- Plugins
- I could imagine a limbo written in go, where the plugins are provided as wasm-compiled bits of funcationality