Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebAssembly #158

Open
GreyCat opened this issue Jun 4, 2019 · 1 comment
Open

WebAssembly #158

GreyCat opened this issue Jun 4, 2019 · 1 comment

Comments

@GreyCat
Copy link
Member

GreyCat commented Jun 4, 2019

@sophoslabs have started a WebAssembly parser:

meta:
  id: webassembly
  title: Web Assembly parser
  file-extension: wasm
  endian: le
  license: CC0-1.0
  file-extension:
    - wasm
  imports:
    - vlq_base128_le
doc: |
  WebAssembly is a web standard that defines a binary format and a corresponding
  assembly-like text format for executable code in Web pages. It is meant to
  enable executing code nearly as fast as running native machine code.
doc-ref: https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md
@KOLANICH
Copy link
Contributor

KOLANICH commented Jun 4, 2019

This post still doesn't follow the proposed format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants