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

Upstream WebAssembly VM and Null VM from envoyproxy/envoy-wasm. #8020

Merged
merged 32 commits into from
Sep 9, 2019

Commits on Aug 23, 2019

  1. Upstream WebAssembly VM and Null VM from envoyproxy/envoy-wasm.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    3ffaa1d View commit details
    Browse the repository at this point in the history
  2. Add WASM words to spelling dictionary.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    2efd035 View commit details
    Browse the repository at this point in the history
  3. Address comments.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    c8125e4 View commit details
    Browse the repository at this point in the history
  4. Define and use WasmVmPtr

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    c4387e6 View commit details
    Browse the repository at this point in the history
  5. Cleanup some comments.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    375de9f View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary destructor override.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    87a4e5d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Address some tidy issues.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    b04b285 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Address comments.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    630803a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Add some doc comments.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    077335a View commit details
    Browse the repository at this point in the history
  2. Add _ to u64 in Word.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    d4fb6b0 View commit details
    Browse the repository at this point in the history
  3. Fix formatting and spelling.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    2a36aae View commit details
    Browse the repository at this point in the history
  4. Fixup spelling.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    9076aac View commit details
    Browse the repository at this point in the history
  5. Address comments.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    f31cdf4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Fix formatting.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    56c091a View commit details
    Browse the repository at this point in the history
  2. Use templates to define the WASM call and callout signatures.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1a6a933 View commit details
    Browse the repository at this point in the history
  3. Address comments.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    364f892 View commit details
    Browse the repository at this point in the history
  4. Add more comments for emscripten.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    2571fe3 View commit details
    Browse the repository at this point in the history
  5. Update comments.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    86db36f View commit details
    Browse the repository at this point in the history
  6. Fix case of paramaters.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    e9b546f View commit details
    Browse the repository at this point in the history
  7. Fix formatting.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    3726db9 View commit details
    Browse the repository at this point in the history
  8. Incorporate template comments.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    34c798b View commit details
    Browse the repository at this point in the history
  9. Update debug_name doc comment.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    2b86403 View commit details
    Browse the repository at this point in the history
  10. Update doc comments.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    6928376 View commit details
    Browse the repository at this point in the history
  11. Update spelling.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    58e2b8e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Fix spelling error.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    29cedee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f796e4 View commit details
    Browse the repository at this point in the history
  3. Add getWord and tests.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    81e029c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    39d61a8 View commit details
    Browse the repository at this point in the history
  2. Add more comments.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    ac6f651 View commit details
    Browse the repository at this point in the history
  3. Add comments.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    5bae934 View commit details
    Browse the repository at this point in the history
  4. Fix spelling.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    b1d3593 View commit details
    Browse the repository at this point in the history
  5. Add comments.

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    de85b21 View commit details
    Browse the repository at this point in the history