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

WasmEdge JIT #2120

Closed
wants to merge 59 commits into from
Closed

WasmEdge JIT #2120

wants to merge 59 commits into from

Commits on Jun 3, 2024

  1. WasmEdge JIT

    Harrm committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    da56c3c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. revert to shared

    Harrm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    400dbbc View commit details
    Browse the repository at this point in the history
  2. Update wasmedge url

    Harrm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    19b2a74 View commit details
    Browse the repository at this point in the history
  3. Self-review

    Harrm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    cf16621 View commit details
    Browse the repository at this point in the history
  4. Revert to O2

    Harrm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c7a8c6c View commit details
    Browse the repository at this point in the history
  5. Hunter tag

    Harrm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a2dc6ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    415d01d View commit details
    Browse the repository at this point in the history
  7. Add libwasmedge.so to docker

    Harrm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d622e76 View commit details
    Browse the repository at this point in the history
  8. Run ldconfig in Docker

    Harrm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d076187 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77fc83a View commit details
    Browse the repository at this point in the history
  10. Fix kagome exec path

    Harrm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2db8b0d View commit details
    Browse the repository at this point in the history
  11. Update wasmedge hash

    Harrm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    65244b8 View commit details
    Browse the repository at this point in the history
  12. Minor fixes

    Harrm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    052ef38 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Fix for Mac

    Harrm committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8bacb2e View commit details
    Browse the repository at this point in the history
  2. Fix for Mac

    Harrm committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    36b78ed View commit details
    Browse the repository at this point in the history
  3. Fix for Mac

    Harrm committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    89c325d View commit details
    Browse the repository at this point in the history
  4. Fix injector test

    Harrm committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c5ba641 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd76cec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e89027 View commit details
    Browse the repository at this point in the history
  7. Revert "change BUILD_THREADS for UBSAN step"

    This reverts commit bd76cec.
    qdrvm-ci committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    af2b0a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    20078c2 View commit details
    Browse the repository at this point in the history
  2. Revert "run san steps on high mem nodes"

    This reverts commit 20078c2.
    qdrvm-ci committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    772ee8f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Update CMakeLists.txt

    Harrm authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    43a764c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c4f110 View commit details
    Browse the repository at this point in the history
  3. Update CMakeLists.txt

    Harrm authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    68ee3b7 View commit details
    Browse the repository at this point in the history
  4. Update CMakeLists.txt

    Harrm authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5f6d12e View commit details
    Browse the repository at this point in the history
  5. Update config.cmake

    Harrm authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a5935b8 View commit details
    Browse the repository at this point in the history
  6. Update config.cmake

    Harrm authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    98d1c38 View commit details
    Browse the repository at this point in the history
  7. Update config.cmake

    Harrm authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    745bcb9 View commit details
    Browse the repository at this point in the history
  8. Update test.yml

    Harrm authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    da9af21 View commit details
    Browse the repository at this point in the history
  9. Update mold.cmake

    Harrm authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    28371aa View commit details
    Browse the repository at this point in the history
  10. Update mold.cmake

    Harrm authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e0f1b1f View commit details
    Browse the repository at this point in the history
  11. Fix test

    Harrm committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9499d37 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'feature/wasmedge-jit' of github.com:qdrvm/kagome into f…

    …eature/wasmedge-jit
    Harrm committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ce4a525 View commit details
    Browse the repository at this point in the history
  13. Fix test

    Harrm committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2a1e7e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Try to fix wasmedge build

    Harrm committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    25fe6f7 View commit details
    Browse the repository at this point in the history
  2. Try to fix wasmedge build

    Harrm committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c426e00 View commit details
    Browse the repository at this point in the history
  3. Review fixes

    Harrm committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    36d2a04 View commit details
    Browse the repository at this point in the history
  4. Update config.cmake

    Harrm authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0b3704f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    622d065 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/wasmedge-jit' of github.com:qdrvm/kagome into f…

    …eature/wasmedge-jit
    Harrm committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f797f67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dec98ab View commit details
    Browse the repository at this point in the history
  8. Fix zombienet docker

    Harrm committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ce6baa9 View commit details
    Browse the repository at this point in the history
  9. Fix zombienet docker

    Harrm committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0af770c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add cmake parameter for JIT

    Harrm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e9ef69e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fix zombienet tests

    Harrm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c127906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95ed18c View commit details
    Browse the repository at this point in the history
  3. Fix allocator test

    Harrm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2d0ffef View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/wasmedge-jit' of github.com:qdrvm/kagome into f…

    …eature/wasmedge-jit
    Harrm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b7f17c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Messing with 0001 zombietest

    Harrm committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    959301f View commit details
    Browse the repository at this point in the history
  2. Messing with 0001 zombietest

    Harrm committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0307037 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31197ed View commit details
    Browse the repository at this point in the history
  4. Messing with 0001 zombietest

    Harrm committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b106aa6 View commit details
    Browse the repository at this point in the history
  5. Messing with 0001 zombietest

    Harrm committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ba9e50f View commit details
    Browse the repository at this point in the history
  6. Messing with 0001 zombietest

    Harrm committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0325b6a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Set 2 kagome validators

    kamilsa committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7df8409 View commit details
    Browse the repository at this point in the history
  2. Update zndsl

    kamilsa committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1d758e0 View commit details
    Browse the repository at this point in the history
  3. Merge with master

    Harrm committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6d0b67a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Fix for single process pvf

    Harrm committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bc33342 View commit details
    Browse the repository at this point in the history