WebAssembly 工具栈
TOC
其他
语言
- AssemblyScript: AssemblyScript compiles a strict variant of TypeScript (basically JavaScript with types) to WebAssembly using Binaryen.
环境
- awesome-wasm-runtimes
- wasmer: wasm 运行时平台。
- wasmtime: 备选方案
- https://webassembly.sh/ : wasm 浏览器运行终端
- wasmer-js: wasm 模块 JS 工具包。
- WasmEdge
包管理器
- wapm: wasm 包管理器
- https://wapm.io/
编译
- emscripten: LLVM-to-Web Compiler
- binaryen: Compiler infrastructure and toolchain library for WebAssembly
调试
- wabt: wasm 二进制调试工具。