A compiled WebAssembly binary module.
| 0x00000000 | 0061736D | ·asm | 0x00 'asm' |
WebAssembly is a portable bytecode that runs at near-native speed in browsers and standalone runtimes. A binary module starts with 00 'asm' followed by a four-byte version.
Have a file that might be WebAssembly? Identify it with the File Type Identifier — it reads the magic number locally, nothing is uploaded. Or browse all formats.