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

Enable the component model by default #7821

Merged

Conversation

alexcrichton
Copy link
Member

This commit enables the component model by default in the embedding API and the CLI. This means that an opt-in of -W component-model is no longer required and additionally .wasm_component_model(true) is no longer required. Note that this won't impact existing embeddings since the component model feature doesn't do much less wasmtime::component is used, and if that's being used this is probably good news for you.

This commit enables the component model by default in the embedding API
and the CLI. This means that an opt-in of `-W component-model` is no
longer required and additionally `.wasm_component_model(true)` is no
longer required. Note that this won't impact existing embeddings since
the component model feature doesn't do much less `wasmtime::component`
is used, and if that's being used this is probably good news for you.
@alexcrichton alexcrichton requested a review from a team as a code owner January 25, 2024 17:51
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team January 25, 2024 17:51
@alexcrichton alexcrichton added this pull request to the merge queue Jan 25, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 25, 2024
@alexcrichton alexcrichton added this pull request to the merge queue Jan 25, 2024
@github-actions github-actions bot added wasmtime:api Related to the API of the `wasmtime` crate itself wasmtime:config Issues related to the configuration of Wasmtime labels Jan 25, 2024
Copy link

Subscribe to Label Action

cc @peterhuene

This issue or pull request has been labeled: "wasmtime:api", "wasmtime:config"

Thus the following users have been cc'd because of the following labels:

  • peterhuene: wasmtime:api

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

Merged via the queue into bytecodealliance:main with commit 94b3e84 Jan 25, 2024
18 checks passed
@alexcrichton alexcrichton deleted the enable-component-model branch January 25, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wasmtime:api Related to the API of the `wasmtime` crate itself wasmtime:config Issues related to the configuration of Wasmtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants