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(runtime): allow adding custom extensions to snapshot #23569

Merged
merged 4 commits into from May 1, 2024

Commits on May 1, 2024

  1. feat(runtime): allow adding custom extensions to snapshot

    This makes `create_runtime_snapshot` more useful for embedders
    who add their own extension(s) to the runtime in build scripts.
    mlafeldt committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fdf8f28 View commit details
    Browse the repository at this point in the history
  2. Update runtime/snapshot.rs

    Signed-off-by: Matt Mastracci <matthew@mastracci.com>
    mmastrac committed May 1, 2024
    Configuration menu
    Copy the full SHA
    733163a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    033f038 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    934e3ec View commit details
    Browse the repository at this point in the history