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

Improved WasmPtr, added WasmCell #2442

Merged
merged 17 commits into from
Jul 2, 2021
Merged

Improved WasmPtr, added WasmCell #2442

merged 17 commits into from
Jul 2, 2021

Commits on Jun 24, 2021

  1. Added WasmCell to the API

    syrusakbary committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    dc84bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ede1ac View commit details
    Browse the repository at this point in the history
  3. Added debug to WasmCell

    syrusakbary committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    67a028b View commit details
    Browse the repository at this point in the history
  4. Improved API

    syrusakbary committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    9493ac2 View commit details
    Browse the repository at this point in the history
  5. Improved WasmCell ptr API

    syrusakbary committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    c9a167b View commit details
    Browse the repository at this point in the history
  6. Fixed Array deref

    syrusakbary committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    009c0b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac42d1b View commit details
    Browse the repository at this point in the history
  8. Make WASI work!

    syrusakbary committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    b4d30cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a2d497 View commit details
    Browse the repository at this point in the history
  10. Remove unused APIs

    syrusakbary committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    fda6418 View commit details
    Browse the repository at this point in the history
  11. Fixed emscripten

    syrusakbary committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    20a7136 View commit details
    Browse the repository at this point in the history
  12. Fixed comments

    syrusakbary committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    26d44df View commit details
    Browse the repository at this point in the history
  13. Fixed syntax

    syrusakbary committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    0fbddcd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Fix syntax again

    syrusakbary committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    a039af4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    1a8952e View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    syrusakbary committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    7553efb View commit details
    Browse the repository at this point in the history
  3. Address feedback

    syrusakbary committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    23153b8 View commit details
    Browse the repository at this point in the history