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

wasmparser: optimize type section valiadation by specializing over Wasm feature subset #1906

Merged

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    95a60ae View commit details
    Browse the repository at this point in the history
  2. use WasmFeatures getters

    Robbepop committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    608533e View commit details
    Browse the repository at this point in the history
  3. apply rustfmt

    Robbepop committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7982d9e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. check first, then push types

    Robbepop committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    213a72c View commit details
    Browse the repository at this point in the history
  2. Revert "check first, then push types"

    This reverts commit 213a72c.
    Robbepop committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f4c5131 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59eed7e View commit details
    Browse the repository at this point in the history
  4. apply rustfmt

    Robbepop committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a1d943a View commit details
    Browse the repository at this point in the history
  5. update comment

    Robbepop committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    943591f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    bd1aefd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f8e1b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81f1e7a View commit details
    Browse the repository at this point in the history
  4. apply rustfmt

    Robbepop committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    0fa2491 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c3ebed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5af3544 View commit details
    Browse the repository at this point in the history