WebAssembly 工具栈

⬅︎ 返回上层

TOC

其他

语言

  • AssemblyScript: AssemblyScript compiles a strict variant of TypeScript (basically JavaScript with types) to WebAssembly using Binaryen.

环境

包管理器

  • wapm: wasm 包管理器
  • https://wapm.io/

编译

  • emscripten: LLVM-to-Web Compiler
  • binaryen: Compiler infrastructure and toolchain library for WebAssembly

调试

  • wabt: wasm 二进制调试工具。