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

[wasm] Revert back to eval in wasm InvokeJS with modularization support . #61212

Merged
merged 3 commits into from
Nov 5, 2021

Commits on Nov 4, 2021

  1. Revert back to eval in wasm InvokeJS with modularization support .

    Wrap code to evaluate in a function with MONO, BINDING, INTERNAL
    and module as local variables.
    
    Added tests for running js expressions.
    
    Co-authored-by: Pavel Savara <pavelsavara@microsoft.com>
    maraf and pavelsavara committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    c952f06 View commit details
    Browse the repository at this point in the history
  2. Add test for JS expression returning an "undefined".

    Add test ensuring global scope separation.
    maraf committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f12a11a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

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