概述 入门 规范 社区 教程 FAQ
四大主流浏览器已经对 WebAssembly 1.0 达成一致意见。  Firefox  Chrome  Safari  Edge  ​查看更多

I want to…

  • Compile a WebAssembly module from…
    • C/C++
      • starting from scratch
      • library that I want to port to the Web
    • Rust
    • AssemblyScript (a TypeScript-like syntax)
    • C#
    • Dart
      • Via Flutter (preview)
    • F#
    • Go
      • with full language support
      • targeting minimal size
    • Kotlin
    • Swift
    • D
    • Pascal
    • Zig
    • Grain
  • Use the compiled WebAssembly…
    • from JavaScript code
    • as a CLI application
    • from Node.js (with access to system resources)
  • Inspect WebAssembly…
    • with Chrome DevTools
    • with GDB / LLDB
    • as a disassembled format
    • as a human-readable pseudo-code

Coming from a language or targeting an environment not listed here? Please raise an issue!

快速入门
开发者指南 JS API 高级工具 WebAssembly on MDN ↳