跳到主要内容

WASM Awesome

提示
  • 推荐 rust, c, c++, zig
  • 推荐 js 加嵌入类型的 engine - duktape, quickjs
  • emscripten 可以将 llvm 支持的任意语言编译为 wasm
  • 几种场景
    • for WASM
      • 语言层面 AssemblyScript
    • port to WASM
      • 编译为 wasm
      • ir -> wasm
    • WASM to Native

JS

Web

Misc

参考

Learn

emscripten

TBD

https://github.com/petersalomonsen/wasm-git/blob/master/README.md https://github.com/mbasso/awesome-wasm https://nodejs.org/api/wasi.html