For those of you working in #WebAssembly / #WASM, what language do you prefer? Would love to hear reasons too in the replies, especially ones other than the obvious language differences. (Given the Poll limits, I only picked the first three listed on webassembly.org)
C / C++
0%
Rust
83.3%
AssemblyScript
0%
Other
16.7%
Poll ended at .
I found this interesting set of survey results which seems to overwhelmingly have Rust as the favorite language of #WebAssembly. Not sure how authoritative it is though. https://blog.scottlogic.com/2022/06/20/state-of-wasm-2022.html
The State of WebAssembly 2022

WebAssembly has gone through quite a transformation this last year, while the wasm language landscape is slowly shifting, the more notable change is in what people are using WebAssembly for. The use of wasm for serverless, containerisation and as a plug-in technology has leapt considerably, with WebAssembly System Interface (WASI) becoming ever more important.

Scott Logic