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

[libcontainer] Integrate WasmEdge Runtime #1320

Merged
merged 17 commits into from
Nov 30, 2022

Commits on Nov 25, 2022

  1. wasmedge

    Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
    rumpl authored and apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    6cf4107 View commit details
    Browse the repository at this point in the history
  2. refactor(libcontianer): refactor wasmedge executor

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    4e50371 View commit details
    Browse the repository at this point in the history
  3. doc(webassembly): update build section with wasmedge

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    6a6ad10 View commit details
    Browse the repository at this point in the history
  4. chore: add wasm-wasmedge feature

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    0d386aa View commit details
    Browse the repository at this point in the history
  5. refactor(libcontainer)!: rename wasmedge executor

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    1c8eea1 View commit details
    Browse the repository at this point in the history
  6. feat(libcontainer): introduce WasmEdgeExecutor into ExecutorManager

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    e23e441 View commit details
    Browse the repository at this point in the history
  7. refactor(libcontainer): remove comments

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    8f39b22 View commit details
    Browse the repository at this point in the history
  8. chore(libcontainer): remove wasmedge-sys and wasmedge-types dependecies

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    1be10c6 View commit details
    Browse the repository at this point in the history
  9. chore: update wasmedge version

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    95b8338 View commit details
    Browse the repository at this point in the history
  10. fix(libcontianer): fix the wrong argument value

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    2ce3fef View commit details
    Browse the repository at this point in the history
  11. chore(libcontainer): update dependency

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    2110378 View commit details
    Browse the repository at this point in the history
  12. chore(libcontainer): update Cargo.lock

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    e1118eb View commit details
    Browse the repository at this point in the history
  13. fix(libcontainer): fix a rebase issue

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    cc1a232 View commit details
    Browse the repository at this point in the history
  14. fix(libcontainer): fix clippy issues

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    5b17af1 View commit details
    Browse the repository at this point in the history
  15. chore(libcontainer): update dependency

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b74bbf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. ci(main): add the path to libwasmedge

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    e6c1e77 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. doc(webassembly): update wasmedge

    Signed-off-by: Xin Liu <sam@secondstate.io>
    apepkuss committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    44f1c13 View commit details
    Browse the repository at this point in the history