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] Node Support #54554

Closed
wants to merge 28 commits into from
Closed

[WASM] Node Support #54554

wants to merge 28 commits into from

Commits on Jun 15, 2021

  1. Did some cleanup

    Daniel-Genkin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    b78c830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    644d165 View commit details
    Browse the repository at this point in the history
  3. more cleanup and fixes

    Daniel-Genkin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    93255ad View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. removed export

    Daniel-Genkin committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7f9105f View commit details
    Browse the repository at this point in the history
  2. more cleanup

    Daniel-Genkin committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    9489f23 View commit details
    Browse the repository at this point in the history
  3. more cleanup

    Daniel-Genkin committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    57fd10c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6e5615 View commit details
    Browse the repository at this point in the history
  5. var -> let or const

    Daniel-Genkin committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    1d60b57 View commit details
    Browse the repository at this point in the history
  6. slight readability fix

    Daniel-Genkin committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    3253d86 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Addressed PR comments

    Daniel-Genkin committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    eef11f4 View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    Daniel-Genkin committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    ac87c42 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. works but in a hacky way as the Module and FS defined in dotnet.js ne…

    …ed to be manually updated to be in the globalThis object
    Daniel-Genkin committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    4afc45f View commit details
    Browse the repository at this point in the history
  2. commented IOHandler

    Daniel-Genkin committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    92f50d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddc2d51 View commit details
    Browse the repository at this point in the history
  4. No more need to edit dotnet.js to make it work + much nicer syntax ho…

    …wever now native code for the tests fails
    Daniel-Genkin committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    8c2bdf1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. fixed last error

    Daniel-Genkin committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    6cc767e View commit details
    Browse the repository at this point in the history
  2. Added node TargetOS

    Daniel-Genkin committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    5b80d1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f01285d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ddb659 View commit details
    Browse the repository at this point in the history
  5. sync with origin

    Daniel-Genkin committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    cca0678 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. updated config loading

    Daniel-Genkin committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    fa8bd01 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    a7d3007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4513e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80d36e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    dd3d200 View commit details
    Browse the repository at this point in the history
  2. removed hardcoded path

    Daniel-Genkin committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    300e9d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3df92f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95f7920 View commit details
    Browse the repository at this point in the history