mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
Approved by: emaste (mentor) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D12400
15 lines
631 B
Text
15 lines
631 B
Text
#------------------------------------------------------------------------------
|
|
# $File: webassembly,v 1.2 2017/05/02 14:05:29 christos Exp $
|
|
# webassembly: file(1) magic for WebAssembly modules
|
|
#
|
|
# WebAssembly is a virtual architecture developed by a W3C Community
|
|
# Group at http://webassembly.org/. The file extension is .wasm, and
|
|
# the MIME type is application/wasm.
|
|
#
|
|
# http://webassembly.org/docs/binary-encoding/ is the main
|
|
# document describing the binary format.
|
|
# From: Pip Cet <pipcet@gmail.com> and Joel Martin
|
|
|
|
0 string \0asm WebAssembly (wasm) binary module
|
|
>4 lelong =1 version %#x (MVP)
|
|
>4 lelong >1 version %#x
|