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

feat: support WebAssembly (Wasm) imports in ESM modules #13505

Merged
merged 27 commits into from Nov 6, 2022
Merged

feat: support WebAssembly (Wasm) imports in ESM modules #13505

merged 27 commits into from Nov 6, 2022

Commits on Oct 24, 2022

  1. Add failing test

    kachkaev committed Oct 24, 2022
    Copy the full SHA
    95ef976 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

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

Commits on Oct 27, 2022

  1. Copy the full SHA
    9985179 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5d73f9a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bc6d38c View commit details
    Browse the repository at this point in the history
  4. Cover more rows

    kachkaev committed Oct 27, 2022
    Copy the full SHA
    734bbc5 View commit details
    Browse the repository at this point in the history
  5. Add CHANGELOG entry

    kachkaev committed Oct 27, 2022
    Copy the full SHA
    612d480 View commit details
    Browse the repository at this point in the history
  6. Simplify tests

    kachkaev committed Oct 27, 2022
    Copy the full SHA
    dcff11e View commit details
    Browse the repository at this point in the history
  7. Improve path.endsWith

    kachkaev committed Oct 27, 2022
    Copy the full SHA
    e524e40 View commit details
    Browse the repository at this point in the history
  8. Delete unused file

    kachkaev committed Oct 27, 2022
    Copy the full SHA
    08c8906 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    66c8312 View commit details
    Browse the repository at this point in the history
  10. Fix Wasm casing

    kachkaev committed Oct 27, 2022
    Copy the full SHA
    6586a24 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Update CHANGELOG.md

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    kachkaev and SimenB committed Oct 30, 2022
    Copy the full SHA
    01f8d78 View commit details
    Browse the repository at this point in the history
  2. Mention Wasm in docs

    kachkaev committed Oct 30, 2022
    Copy the full SHA
    27d73b6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2aea674 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    79e0f40 View commit details
    Browse the repository at this point in the history
  5. Implement readFileBuffer

    kachkaev committed Oct 30, 2022
    Copy the full SHA
    0d4945e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    26db3fd View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

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

Commits on Nov 1, 2022

  1. Copy the full SHA
    d4e9b73 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ad32edd View commit details
    Browse the repository at this point in the history
  3. Extract isWasm function

    kachkaev committed Nov 1, 2022
    Copy the full SHA
    397bcd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Copy the full SHA
    976ef61 View commit details
    Browse the repository at this point in the history
  2. Revert "Implement readFileBuffer"

    This reverts commit 0d4945e.
    SimenB committed Nov 6, 2022
    Copy the full SHA
    66a2312 View commit details
    Browse the repository at this point in the history
  3. separate buffer cache

    SimenB committed Nov 6, 2022
    Copy the full SHA
    7188086 View commit details
    Browse the repository at this point in the history
  4. tweak

    SimenB committed Nov 6, 2022
    Copy the full SHA
    26e7022 View commit details
    Browse the repository at this point in the history
  5. clear new cache as well

    SimenB committed Nov 6, 2022
    Copy the full SHA
    607fc0f View commit details
    Browse the repository at this point in the history