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

Support compilation-only build by adding a runtime feature #7766

Merged

Commits on Jan 17, 2024

  1. Add runtime feature to wasmtime crate

    This feature can be disabled to build `wasmtime` only for compilation.
    This can be useful when cross-compiling, especially on a target that
    can't run wasmtime itself (e.g. `wasm32`).
    adambratschikaye committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9afd818 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. prtest:full

    adambratschikaye committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    23b2057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c1a19 View commit details
    Browse the repository at this point in the history
  3. fix async assertions

    adambratschikaye committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bf3f31d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d61b7af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b1ef81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb9e3c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    036b02e View commit details
    Browse the repository at this point in the history
  8. fix miri extensions

    adambratschikaye committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5239b76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb6ac47 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2264b5c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    477aeef View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    b93afbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62bac8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9ac774 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    58d8de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce65509 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3cf679 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fed0eeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7266e49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a100c7 View commit details
    Browse the repository at this point in the history
  7. add wasm32 build job

    adambratschikaye committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6320ca4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c145ea0 View commit details
    Browse the repository at this point in the history
  9. single compile mod

    adambratschikaye committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ca4e4e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cca2629 View commit details
    Browse the repository at this point in the history
  11. add comments

    adambratschikaye committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e42292d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    6a0e992 View commit details
    Browse the repository at this point in the history