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

Add Cranelift and Winch features to the C API #8661

Merged

Conversation

alexcrichton
Copy link
Member

This commit adds cranelift and winch features to the C API and enables them by default. This means that the C API can now be built without compiler support to only support loading precompiled binaries.

Closes #7349

This commit adds `cranelift` and `winch` features to the C API and
enables them by default. This means that the C API can now be built
without compiler support to only support loading precompiled binaries.

Closes bytecodealliance#7349
@alexcrichton alexcrichton requested a review from a team as a code owner May 20, 2024 15:57
@alexcrichton alexcrichton requested review from pchickey and removed request for a team May 20, 2024 15:57
@alexcrichton alexcrichton added this pull request to the merge queue May 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 20, 2024
@alexcrichton alexcrichton added this pull request to the merge queue May 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 20, 2024
@alexcrichton alexcrichton added this pull request to the merge queue May 20, 2024
Merged via the queue into bytecodealliance:main with commit b763197 May 20, 2024
37 checks passed
@alexcrichton alexcrichton deleted the c-api-optional-cranelift branch May 20, 2024 19:14
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.

Enable building the C API without Cranelift
2 participants