Re: Experimental WebAssembly Example | Go Beam SDK

2022-11-11 Thread Damon Douglas via dev
Thank you, Sachin. I've witnessed the division of teams over programming languages and therefore excited to see solutions that reduce that cross language friction. Unrelated to WebAssembly, for those who do not know, Beam lets us combine transforms written in any supported SDK language. For

Re: Experimental WebAssembly Example | Go Beam SDK

2022-11-10 Thread Sachin Agarwal via dev
This is super interesting, thank you Damon! On Thu, Nov 10, 2022 at 10:51 AM Damon Douglas via dev wrote: > 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.

Experimental WebAssembly Example | Go Beam SDK

2022-11-10 Thread Damon Douglas via dev
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