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

Split out MVP from WASM1 feature #1889

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

alexcrichton
Copy link
Member

I recently learned that these were actually two distinct points in time, so while the points-in-time are all listed out may as well try to be accurate along the way.

I recently learned that these were actually two distinct points in time,
so while the points-in-time are all listed out may as well try to be
accurate along the way.
#[cfg(feature = "features")]
pub const WASM1: WasmFeatures = WasmFeatures::FLOATS.union(WasmFeatures::GC_TYPES);
pub const WASM1: WasmFeatures = WasmFeatures::MVP.union(WasmFeatures::MUTABLE_GLOBAL);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Surprised that saturating conversions and sign extensions weren't in 1.0, I had thought they were.

@fitzgen fitzgen added this pull request to the merge queue Nov 1, 2024
Merged via the queue into bytecodealliance:main with commit 5a574c2 Nov 1, 2024
30 checks passed
@alexcrichton alexcrichton deleted the split-features branch November 1, 2024 17:41
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