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

Test Framework Base #1

Merged
merged 22 commits into from
Aug 12, 2020
Merged

Test Framework Base #1

merged 22 commits into from
Aug 12, 2020

Commits on Aug 5, 2020

  1. initial updated

    agiachris committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    cfdac49 View commit details
    Browse the repository at this point in the history
  2. update gitignore

    agiachris committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f64f299 View commit details
    Browse the repository at this point in the history
  3. remove Cargo.lock

    agiachris committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    c8f5561 View commit details
    Browse the repository at this point in the history
  4. update readme

    agiachris committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    1e205fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63f782b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    855e741 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. DCO

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    44b8a72 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    1de9b3e View commit details
    Browse the repository at this point in the history
  3. updated wasmtime for Extern::Func

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    a8f1d21 View commit details
    Browse the repository at this point in the history
  4. add types to wasm-side function returns

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    ca1a3be View commit details
    Browse the repository at this point in the history
  5. sync types structs with abi types, implement proxy_set_buffer_bytes

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    c7632ed View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. wasmtime PR accepted

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    8ff60b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. remove build warnings, pass path to example files

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    927e7fe View commit details
    Browse the repository at this point in the history
  2. inline example expectation parameters

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    9acd8f5 View commit details
    Browse the repository at this point in the history
  3. update expect_interface comments

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    58a2b2c View commit details
    Browse the repository at this point in the history
  4. update expect_interface comments

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    eb7a846 View commit details
    Browse the repository at this point in the history
  5. edit wasmtime crate to specific PR

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    b8e2404 View commit details
    Browse the repository at this point in the history
  6. before attempting traits

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    c0150db View commit details
    Browse the repository at this point in the history
  7. add abi_version to host settings

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    926c136 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. add abi version enum, style fixes

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    cb0da5f View commit details
    Browse the repository at this point in the history
  2. valid response header for http_headers example

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    a02242f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. remove chrono dependency

    Signed-off-by: Christopher Agia <chrisagia@google.com>
    agiachris committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    1fb96df View commit details
    Browse the repository at this point in the history