Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.47 KB

wasm.md

File metadata and controls

49 lines (32 loc) · 1.47 KB

WebAssembly 工具栈

⬅︎ 返回上层

TOC

其他

语言

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

环境

包管理器

编译

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

调试

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