- 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.
推薦閱讀
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第三版)
- Java程序設(shè)計(jì)與開(kāi)發(fā)
- Learn Type:Driven Development
- Beginning C++ Game Programming
- Ext JS Data-driven Application Design
- 實(shí)用防銹油配方與制備200例
- 面向STEM的Scratch創(chuàng)新課程
- PostgreSQL 11從入門(mén)到精通(視頻教學(xué)版)
- Web程序設(shè)計(jì)(第二版)
- 移動(dòng)界面(Web/App)Photoshop UI設(shè)計(jì)十全大補(bǔ)
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)
- 新一代SDN:VMware NSX 網(wǎng)絡(luò)原理與實(shí)踐
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開(kāi)發(fā)入門(mén)與實(shí)戰(zhàn)
- Java Fundamentals
- ArcGIS for Desktop Cookbook