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

Default to the native host for wasmtime compile #6152

Conversation

alexcrichton
Copy link
Member

This commit updates the implementation of the wasmtime compile to use the native host as the default targeted output. Previously the string for the native host's target was used as the default target, but this notably disables CPU feature inference meaning that the baseline was always generated.

This commit updates the implementation of the `wasmtime compile` to use
the native host as the default targeted output. Previously the string
for the native host's target was used as the default target, but this
notably disables CPU feature inference meaning that the baseline was
always generated.
@alexcrichton alexcrichton requested a review from a team as a code owner April 5, 2023 16:00
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team April 5, 2023 16:00
@alexcrichton alexcrichton added this pull request to the merge queue Apr 5, 2023
Merged via the queue into bytecodealliance:main with commit 51e8eaf Apr 5, 2023
@alexcrichton alexcrichton deleted the compile-native-cpu-by-default branch April 5, 2023 17:04
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