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 @ offset 0

ascii: \x00asm

.wasm application/wasm

spec: WebAssembly Core Specification, Binary Format


provenance

see also

agent: curl -H 'accept: application/json' wire.phall.io/magic/wasm or /magic/wasm.json