What Language Should I use for WASM
There is no doubt in my mind that WASM will become a large part of my future toolkit. The performance benefits for serverless functions will directly equate to cost savings. Then the performance benefits for user interfaces will directly equate to increased revenue.
The problem is, there are a few languages to choose from when programming for a WASM environment. I won’t be able to stay proficient in many so do I choose to invest my time in C++, Rust, Go or even F#?
Dave Taylor - Software Engineer