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 GC Support #218

Merged
merged 12 commits into from
Nov 7, 2024
Merged

WASM GC Support #218

merged 12 commits into from
Nov 7, 2024

Commits on Oct 30, 2024

  1. updated to wasm-tools 219.1

    thesuhas committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2b1a523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca7d6a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. added array and struct types

    thesuhas committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    908cc55 View commit details
    Browse the repository at this point in the history
  2. got gc types parsing

    thesuhas committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c19bca9 View commit details
    Browse the repository at this point in the history
  3. added gc encoding

    thesuhas committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    139d9bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79e3915 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. got gc subtyping working

    thesuhas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    06afeb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. roundtrip gc working

    thesuhas committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3c523df View commit details
    Browse the repository at this point in the history
  2. one test failing

    thesuhas committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1aede32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62b832c View commit details
    Browse the repository at this point in the history
  4. added some comments

    thesuhas committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cf37a7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    104903a View commit details
    Browse the repository at this point in the history