Hello Everyone, I created https://github.com/apache/beam/pull/24081 to start a conversation around WebAssembly support in Beam.
WebAssembly is an experimental technology. According to WebAssembly.org, "Wasm is designed as a portable compilation target for programming languages". This PR is a simple example of how to embed a wasm compiled function, written in Rust, within a DoFn using the Go Beam SDK. Best, Damon