- Learn WebAssembly
- Mike Rourke
- 90字
- 2021-08-13 15:38:49
Other languages
Various tooling exists to enable the use of WebAssembly with some of the other popular programming languages, although they are mostly experimental:
- C# via Blazor
- Haxe via WebIDL
- Java via TeaVM or Bytecoder
- Kotlin via TeaVM
- TypeScript via AssemblyScript
It is also technically possible to transpile a language to C and consequently compile that to a Wasm module, but the success of compilation is contingent on the output of the transpiler. More than likely, you'd have to make significant changes to the code to get it to work.
推薦閱讀
- Mastering Zabbix(Second Edition)
- DevOps for Networking
- Scala Design Patterns
- Python Network Programming Cookbook(Second Edition)
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- 青少年Python編程入門
- .NET 3.5編程
- Learning Concurrent Programming in Scala
- Visual Basic程序設計上機實驗教程
- Python:Deeper Insights into Machine Learning
- C++17 By Example
- 你好!Java
- Python深度學習(第2版)
- Swift編程實戰:iOS應用開發實例及完整解決方案
- Switching to Angular 2