What programming languages does WebAssembly support?

preview_player
Показать описание
One of the major goals of WebAssembly (Wasm) is to provide one binary format that supports many different languages. Whether you like to write in C, JavaScript, Python, or Rust, your code can run as Wasm. Even better, Fermyon has extra SDKs for some languages (JavaScript, TypeScript, Rust, Go, and C#) that make it even easier to write awesome Wasm serverless functions.

In this video, Matt Butcher (CEO of Fermyon) talks about systems languages, scripting languages, and hybrid languages like Java and C#.
Рекомендации по теме
Комментарии
Автор

How does it look to compile these scripting langs to wasm?

the_addon