- 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 二进制调试工具。