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 MVP WASM HAL driver and local module loader. #5096

Closed
wants to merge 5 commits into from

Commits on Mar 12, 2021

  1. Add MVP WASM HAL driver and local module loader.

    CMake only until I have a Bazel build target set up for WAMR.
    
    Still has quite a few TODOs, particularly around memory allocation.
    ScottTodd committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    49f25e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. fixup! Add MVP WASM HAL driver and local module loader.

    Remove WASM driver registration from Bazel until it builds there.
    ScottTodd committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    c5117c3 View commit details
    Browse the repository at this point in the history
  2. fixup! Add MVP WASM HAL driver and local module loader.

    Use named initializers for structs.
    ScottTodd committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    76ed4ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba1d80c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd857eb View commit details
    Browse the repository at this point in the history