.WASM 文件扩展名
WebAssembly Binary File
| 开发者 | W3C |
| 受欢迎程度 |
4.0 | 17 票 |
什么是 WASM 文件?
A WASM file contains binary code saved in the WebAssembly format that is run in web browsers, such as Google Chrome, Mozilla Firefox, Microsoft Edge, and Apple Safari. It stores a module, which is binary WebAssembly code that has been compiled from C, C++, or Rust textual code, that can be imported into webpages and apps and used via JavaScript.
更多信息
You can compile C, C++, and Rust languages into the WebAssembly binary format (WASM file) using various programs, such as Emscripten and WebAssembly Explorer.
WebAssembly is useful because it is efficient, fast, safe, and can be debugged and tested. The format also allows you to integrate open source projects written in C, C++, and Rust into webpages and apps.
可打开或引用 WASM 文件的程序
Windows
Mac
Linux