.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