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

Split GC type layout computation into a shared trait in wasmtime_environ #9246

Merged
merged 2 commits into from
Sep 13, 2024

Commits on Sep 13, 2024

  1. Split GC type layout computation into a shared trait in `wasmtime_env…

    …iron`
    
    This stuff was previously living in the `GcRuntime` trait, but it turns out that the
    compiler will also need to know the layout of GC types, who'd have thunk it.
    fitzgen committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9afcd60 View commit details
    Browse the repository at this point in the history
  2. Fix disabled GC builds

    fitzgen committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ee67d63 View commit details
    Browse the repository at this point in the history