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

wasmtime: Fix Bench API Build #7345

Merged
merged 2 commits into from
Oct 24, 2023

Conversation

afonso360
Copy link
Contributor

@afonso360 afonso360 commented Oct 24, 2023

👋 Hey,

It looks like the bench-api package is broken and no longer builds. I think we just need to add the default features to get the necessary API's enabled.

I've also added a check in CI that runs cargo check on this package to ensure that this does not regress in the future.

@afonso360 afonso360 requested review from a team as code owners October 24, 2023 11:20
@afonso360 afonso360 requested review from fitzgen and removed request for a team October 24, 2023 11:20
@afonso360
Copy link
Contributor Author

afonso360 commented Oct 24, 2023

I've also had to enable the cranelift feature for wasmtime-cli-flags otherwise it would compile and then fail to run the benchmarks in sightglass. Now I'm even less confident that I have the correct set of flags.

@alexcrichton alexcrichton added this pull request to the merge queue Oct 24, 2023
@alexcrichton
Copy link
Member

This should be sufficient for now and for CLI flags we can add to that as necessary over time, but this is at least a reasonable starting point!

Merged via the queue into bytecodealliance:main with commit bb8b1d5 Oct 24, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants