Skip to content

Enable the component model by default#7821

Merged
alexcrichton merged 2 commits into
bytecodealliance:mainfrom
alexcrichton:enable-component-model
Jan 25, 2024
Merged

Enable the component model by default#7821
alexcrichton merged 2 commits into
bytecodealliance:mainfrom
alexcrichton:enable-component-model

Conversation

@alexcrichton
Copy link
Copy Markdown
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 force-pushed the enable-component-model branch from 5917a52 to 1a2ab5d Compare January 25, 2024 17:58
@alexcrichton alexcrichton requested a review from a team as a code owner January 25, 2024 17:58
@alexcrichton alexcrichton force-pushed the enable-component-model branch from 1a2ab5d to 5917a52 Compare January 25, 2024 17:59
@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
@github-actions
Copy link
Copy Markdown

Subscribe to Label Action

cc @peterhuene

Details 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
@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