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

Fix native feature detect in "min" builds #7338

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

alexcrichton
Copy link
Member

With a custom standard library disabling all features means disabling some support for feature-detection macros of the native platform. This meant that wasmtime compile output locally wasn't runnable in wasmtime-min run because it couldn't correctly detect that features were in fact available.

With a custom standard library disabling all features means disabling
some support for feature-detection macros of the native platform. This
meant that `wasmtime compile` output locally wasn't runnable in
`wasmtime-min run` because it couldn't correctly detect that features
were in fact available.
@alexcrichton alexcrichton requested a review from a team as a code owner October 23, 2023 18:46
@alexcrichton alexcrichton requested review from cfallin and removed request for a team October 23, 2023 18:46
@alexcrichton alexcrichton added this pull request to the merge queue Oct 23, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 23, 2023
@alexcrichton alexcrichton added this pull request to the merge queue Oct 23, 2023
Merged via the queue into bytecodealliance:main with commit 5adcbb9 Oct 23, 2023
18 checks passed
@alexcrichton alexcrichton deleted the min-std-detect branch October 23, 2023 21:11
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