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

Ewasm support #13

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from
Draft

Ewasm support #13

wants to merge 31 commits into from

Commits on Jan 4, 2020

  1. Initial ewasm parsing

    fergarrui committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    60ddcf0 View commit details
    Browse the repository at this point in the history
  2. Disassemble bytecode

    fergarrui committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    1514061 View commit details
    Browse the repository at this point in the history
  3. Parse import section

    fergarrui committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    06335e3 View commit details
    Browse the repository at this point in the history
  4. bytecode post processing

    fergarrui committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    dbe758f View commit details
    Browse the repository at this point in the history
  5. module callgraph

    fergarrui committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    ff0aaf5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ecdb5a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Configuration menu
    Copy the full SHA
    56f13aa View commit details
    Browse the repository at this point in the history
  2. Starting CFG

    fergarrui committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    20185ce View commit details
    Browse the repository at this point in the history
  3. Fix FE

    fergarrui committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    09610c4 View commit details
    Browse the repository at this point in the history
  4. CFG with loop and bugfix

    fergarrui committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    71ddfc6 View commit details
    Browse the repository at this point in the history
  5. create analyzer component

    Swolfeyes committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    18fb3fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e151d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Added if else to CFG

    fergarrui committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    9f6ee5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9623cb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98b043c View commit details
    Browse the repository at this point in the history
  4. graphs formatting

    fergarrui committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    bec4f82 View commit details
    Browse the repository at this point in the history
  5. graph bug fix

    Swolfeyes committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    2c20ee7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58b80e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. add data to ewasm component

    Swolfeyes committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    67cfcba View commit details
    Browse the repository at this point in the history
  2. added pre

    fergarrui committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    1ac1388 View commit details
    Browse the repository at this point in the history
  3. create ewasm graphs

    Swolfeyes committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    b5d4694 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0660517 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d17bdf3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41c1882 View commit details
    Browse the repository at this point in the history
  7. fix closing tabs bug

    Swolfeyes committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    486c50d View commit details
    Browse the repository at this point in the history
  8. fix graph

    fergarrui committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    8837310 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02662a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. fix graph

    fergarrui committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    8e8ff4d View commit details
    Browse the repository at this point in the history
  2. Added analyze file

    fergarrui committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    fac780c View commit details
    Browse the repository at this point in the history
  3. wasm readme

    fergarrui committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    7b491a6 View commit details
    Browse the repository at this point in the history
  4. readme

    fergarrui committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    435e6ab View commit details
    Browse the repository at this point in the history