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

Add initial version of the WASM-based process executor #92

Merged
merged 14 commits into from
Mar 20, 2023

Commits on Feb 27, 2023

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

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    b1e8200 View commit details
    Browse the repository at this point in the history
  2. Remove leftover comment

    mikelsr committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    8e78d5e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

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

Commits on Mar 7, 2023

  1. Refactor process executor. Wrap internal proc types with public API.

    * Pull wazero.Runtime config out of pkg/process; populate via Fx.
    * Wrap public client capabilities with high-level API types.
    * Use capnp refcounting to factor out tracking of release funcs.
    lthibault committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c6db346 View commit details
    Browse the repository at this point in the history
  2. Remove api/wasm.capnp

    lthibault committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c4712a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    237a299 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a5b736 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dd3853 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15b2ca4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

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

Commits on Mar 18, 2023

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

Commits on Mar 20, 2023

  1. Merge pull request #94 from wetware/cleanup/proc-lazy-init

    Refactor feature/proc
    mikelsr authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5fd594e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8123ca7 View commit details
    Browse the repository at this point in the history