You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pull request #332 to the WebAssembly component model introduces @unstable and @since gates to the WebAssembly Interface Type (WIT) IDL. These gates aim to simplify version updates by annotating new features with the version they were introduced in, reducing the need for multiple document snapshots.
The pull request #332 to the WebAssembly component model introduces
@unstable
and@since
gates to the WebAssembly Interface Type (WIT) IDL. These gates aim to simplify version updates by annotating new features with the version they were introduced in, reducing the need for multiple document snapshots.Example WIT definition:
https://github.com/WebAssembly/WASI/blob/29c4c11f417335c8a0378608795ef83c80d4293b/preview2/cli/environment.wit
The text was updated successfully, but these errors were encountered: