wire / magic /
wasm
WebAssembly signature (00 61 73 6D) A WebAssembly binary module begins with the 4-byte magic 0x00 'a' 's' 'm' (\0asm), immediately followed by a 4-byte little-endian version number (currently 0x01 0x00 0x00 0x00).
magic kind signature status standard verification verified tier B file-signature@1
aka: wasm magic · \0asm
file signature magic: 00 61 73 6D⧉ copy @ offset 0
ascii: \x00asm
.wasm application/wasm
spec: WebAssembly Core Specification, Binary Format
Magic = 00 61 73 6D ('\0asm'). Immediately followed by the 4-byte version, little-endian: 01 00 00 00 for version 1. So a typical module starts 00 61 73 6D 01 00 00 00, then a sequence of sections.
agent: curl -H 'accept: application/json' wire.phall.io/magic/wasm⧉ copy
or /magic/wasm.json ⧉ copy
wire.phall.io ⌘K search main ✓