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

Wasm Edge #1864

Merged
merged 54 commits into from
Dec 1, 2023
Merged

Wasm Edge #1864

merged 54 commits into from
Dec 1, 2023

Commits on Dec 24, 2021

  1. wasm-edge dep

    Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    7dce18d View commit details
    Browse the repository at this point in the history
  2. wasmedge host api

    Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    96cb891 View commit details
    Browse the repository at this point in the history
  3. wasmedge compile host api

    Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    72580e0 View commit details
    Browse the repository at this point in the history
  4. wasmedge memory

    Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    0a8981b View commit details
    Browse the repository at this point in the history
  5. fix wasmedge memory

    Alexander Krutikov authored and Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    d931648 View commit details
    Browse the repository at this point in the history
  6. add wasmedge module instance

    Alexander Krutikov authored and Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    8245195 View commit details
    Browse the repository at this point in the history
  7. add wasmedge instance environment factory

    Alexander Krutikov authored and Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    1f6d8e4 View commit details
    Browse the repository at this point in the history
  8. add wasmedge option

    Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    0c117ec View commit details
    Browse the repository at this point in the history
  9. add wasmedge module

    Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    ec6be5e View commit details
    Browse the repository at this point in the history
  10. update wasmedge, remove WAVM temporarily

    Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    7a84fe8 View commit details
    Browse the repository at this point in the history
  11. implement compiling wasmedge

    Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    d72b0a7 View commit details
    Browse the repository at this point in the history
  12. fix

    Alexander Krutikov authored and Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    3ca7256 View commit details
    Browse the repository at this point in the history
  13. fix2

    Alexander Krutikov committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    3a344c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. bump WasmEdge to 0.9.0

    Alexander Krutikov committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    a56ba2d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Remove weird optional locks

    Harrm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    24f482d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Fast pruner startup

    Harrm committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b05e9c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Add option for thorough pruning

    Harrm committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    006a4ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    391ebe5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    8f33d1f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Merge branch 'master' of github.com:soramitsu/kagome into feature/sep…

    …arate-nodes-and-values
    Harrm committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    404e269 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Harrm committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9c9ba57 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    dc44749 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Temporarily exclude WAVM

    Harrm committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    04e4964 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Working version of WasmEdge

    Harrm committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    96a7e18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afe9325 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge with master

    Harrm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fcbc8f6 View commit details
    Browse the repository at this point in the history
  2. Merge with master

    Harrm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    65fc416 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    5e972bf View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Merge with master

    Harrm committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1aecebb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Various fixes for WasmEdge

    Harrm committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7d1a4cd View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Various small fixes

    Harrm committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a8fa7a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge with master

    Harrm committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4b2eaa6 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    c4c3557 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fixing tests

    Harrm committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    adc5756 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. In progress fixing tests

    Harrm committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    c72865b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Resolving review comments

    Harrm committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d81e901 View commit details
    Browse the repository at this point in the history
  2. Review fixes

    Harrm committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    dc7e853 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge

    Harrm committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    45fe2b3 View commit details
    Browse the repository at this point in the history
  2. Review fixes

    Harrm committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2e326ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b8d2bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e4061b View commit details
    Browse the repository at this point in the history
  5. Hunterized LLVM

    Harrm committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2616498 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53a2425 View commit details
    Browse the repository at this point in the history
  7. Fixing hunter

    Harrm committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    71a326a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Fix wasmedge hunterization

    Harrm committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    04413c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf682e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83e1824 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Switch macos ci to wasmedge

    Harrm committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    442a85e View commit details
    Browse the repository at this point in the history
  2. Fix WAVM build

    Harrm committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b446695 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Harrm committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2575305 View commit details
    Browse the repository at this point in the history
  4. Fix trie backend test

    Harrm committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    97b75d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1371900 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Throw host_api exceptions

    Harrm committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4094bd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f35015 View commit details
    Browse the repository at this point in the history