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

Disable wat feature from wasmer and wasmtime #2586

Merged
merged 4 commits into from
Oct 8, 2024

Commits on Oct 7, 2024

  1. Enable wasmer dependency to run tests

    Instead of only running the tests if the feature is enabled. Also enable
    the `wat` feature in preparation to remove the `sys-default` feature.
    jvff committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    685d2d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Disable sys-default feature

    It doesn't seem to be needed.
    jvff committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4ed4d32 View commit details
    Browse the repository at this point in the history
  2. Disable more wasmer features

    Disable the default features on `wasmer-compiler-singlepass`.
    jvff committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5e25c8a View commit details
    Browse the repository at this point in the history
  3. Disable wasmtime's default features

    Only enable the ones that are needed.
    jvff committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    28edac0 View commit details
    Browse the repository at this point in the history