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

feat(lib/runtime): wazero implementation of runtime.Instance #3279

Merged
merged 35 commits into from
Jul 21, 2023

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    1454dd1 View commit details
    Browse the repository at this point in the history
  2. remove local ref

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ee4933e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be25e72 View commit details
    Browse the repository at this point in the history
  4. cr feedback

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4e11d2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e84bddd View commit details
    Browse the repository at this point in the history
  6. remove local ref

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4be06fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3caec21 View commit details
    Browse the repository at this point in the history
  8. wip

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    222f195 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f9f413 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d27f95 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9beca92 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0687454 View commit details
    Browse the repository at this point in the history
  13. wip

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    25cb0fb View commit details
    Browse the repository at this point in the history
  14. add more crypto impl

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e95008c View commit details
    Browse the repository at this point in the history
  15. more crypto methods

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e59f065 View commit details
    Browse the repository at this point in the history
  16. ext_misc_print_* functions

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    79e4c2c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3668e6d View commit details
    Browse the repository at this point in the history
  18. child_storage impl

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1d242de View commit details
    Browse the repository at this point in the history
  19. hashing impl

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f183ad1 View commit details
    Browse the repository at this point in the history
  20. ext_offchain_* impl

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3fd0172 View commit details
    Browse the repository at this point in the history
  21. storage imports

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e8ca4b3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7b845e2 View commit details
    Browse the repository at this point in the history
  23. fulfill Instance interface

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b1278c3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5219e11 View commit details
    Browse the repository at this point in the history
  25. go mod tidy

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    32a1f11 View commit details
    Browse the repository at this point in the history
  26. fix integration tests

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6e488e0 View commit details
    Browse the repository at this point in the history
  27. remove test

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    29c130c View commit details
    Browse the repository at this point in the history
  28. fix lint

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c6880b7 View commit details
    Browse the repository at this point in the history
  29. cr feedback

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a9ac812 View commit details
    Browse the repository at this point in the history
  30. update to ChainSafe fork

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    57498d3 View commit details
    Browse the repository at this point in the history
  31. cr feedback

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8ec345b View commit details
    Browse the repository at this point in the history
  32. update ref

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    98a1bdb View commit details
    Browse the repository at this point in the history
  33. try not caching

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0ef3df7 View commit details
    Browse the repository at this point in the history
  34. try this

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a56ccb0 View commit details
    Browse the repository at this point in the history
  35. uncomment cache modules

    timwu20 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0a87bba View commit details
    Browse the repository at this point in the history