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

Remote code loading framework. #416

Merged
merged 46 commits into from May 16, 2019
Merged

Remote code loading framework. #416

merged 46 commits into from May 16, 2019

Commits on May 2, 2019

  1. Code loader framework.

    losfair committed May 2, 2019
    Copy the full SHA
    14bfd75 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Kernel mode code loading.

    losfair committed May 4, 2019
    Copy the full SHA
    af58ea5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7a4b217 View commit details
    Browse the repository at this point in the history
  3. Add emit_u64 to Emitter API

    losfair committed May 4, 2019
    Copy the full SHA
    af0b147 View commit details
    Browse the repository at this point in the history
  4. kwasm imports

    losfair committed May 4, 2019
    Copy the full SHA
    c4e4efc View commit details
    Browse the repository at this point in the history
  5. Tables

    losfair committed May 4, 2019
    Copy the full SHA
    a590d7c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    46e4cb0 View commit details
    Browse the repository at this point in the history
  7. Kernel mode example.

    losfair committed May 4, 2019
    Copy the full SHA
    3c64bd0 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Split load/run

    losfair committed May 5, 2019
    Copy the full SHA
    cc01e40 View commit details
    Browse the repository at this point in the history
  2. kwasmd.

    losfair committed May 5, 2019
    Copy the full SHA
    7bc09ee View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Copy the full SHA
    61510f8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b343fd4 View commit details
    Browse the repository at this point in the history
  3. Check param count.

    losfair committed May 6, 2019
    Copy the full SHA
    0895dc6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Fix function offset.

    losfair committed May 7, 2019
    Copy the full SHA
    0bbd6e6 View commit details
    Browse the repository at this point in the history
  2. Pipe example

    losfair committed May 7, 2019
    Copy the full SHA
    accb80b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Copy the full SHA
    620a6dd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Copy the full SHA
    af1ac9a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3bcdfb4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    884a7e1 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. HTTP server example.

    losfair committed May 14, 2019
    Copy the full SHA
    4f77f4d View commit details
    Browse the repository at this point in the history
  2. Make schedule() faster.

    losfair committed May 14, 2019
    Copy the full SHA
    2963b0a View commit details
    Browse the repository at this point in the history
  3. Fix http server example.

    losfair committed May 14, 2019
    Copy the full SHA
    9df3e4a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    db9705f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2a160c7 View commit details
    Browse the repository at this point in the history
  6. Cleanup loader code.

    losfair committed May 14, 2019
    Copy the full SHA
    722ea39 View commit details
    Browse the repository at this point in the history
  7. Cargo fmt

    losfair committed May 14, 2019
    Copy the full SHA
    32f9aee View commit details
    Browse the repository at this point in the history
  8. Add comments.

    losfair committed May 14, 2019
    Copy the full SHA
    1e7a928 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    d60e237 View commit details
    Browse the repository at this point in the history
  10. Fix wasm example crates.

    losfair committed May 14, 2019
    Copy the full SHA
    98dd2c0 View commit details
    Browse the repository at this point in the history
  11. Fix clippy error.

    losfair committed May 14, 2019
    Copy the full SHA
    ee09209 View commit details
    Browse the repository at this point in the history
  12. Fix clippy error

    losfair committed May 14, 2019
    Copy the full SHA
    d641909 View commit details
    Browse the repository at this point in the history
  13. Fix kwasmd compilation

    losfair committed May 14, 2019
    Copy the full SHA
    5ec931e View commit details
    Browse the repository at this point in the history
  14. Fix LLVM backend.

    losfair committed May 14, 2019
    Copy the full SHA
    fac4c45 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    d75a292 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Copy the full SHA
    d72abf3 View commit details
    Browse the repository at this point in the history
  2. Cargo fmt

    losfair committed May 15, 2019
    Copy the full SHA
    6df4e40 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a1a58d4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    13b4fe3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    408f89c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3bbf775 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    720d984 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    82bf7ea View commit details
    Browse the repository at this point in the history
  9. Re-enable circleci cache

    syrusakbary committed May 15, 2019
    Copy the full SHA
    0ab8a04 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Copy the full SHA
    b289929 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a177954 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    100039a View commit details
    Browse the repository at this point in the history