webassembly 633 B

123456789101112131415
  1. #------------------------------------------------------------------------------
  2. # $File: webassembly,v 1.3 2019/04/19 00:42:27 christos Exp $
  3. # webassembly: file(1) magic for WebAssembly modules
  4. #
  5. # WebAssembly is a virtual architecture developed by a W3C Community
  6. # Group at https://webassembly.org/. The file extension is .wasm, and
  7. # the MIME type is application/wasm.
  8. #
  9. # https://webassembly.org/docs/binary-encoding/ is the main
  10. # document describing the binary format.
  11. # From: Pip Cet <pipcet@gmail.com> and Joel Martin
  12. 0 string \0asm WebAssembly (wasm) binary module
  13. >4 lelong =1 version %#x (MVP)
  14. >4 lelong >1 version %#x