WebAssembly / wasi-clocks

Clocks API for WASI
30 stars 12 forks source link

Document per-item versions using `@since` gates #66

Closed yoshuawuyts closed 2 days ago

yoshuawuyts commented 1 month ago

Depends on https://github.com/WebAssembly/component-model/pull/332 to be merged first. This documents the stability of all items using the @since gate notation, enabling WIT documents to be updated over time without major compatibility hazards.

For an overview of how this would apply to all existing WASI APIs, including the unstable timezone API, see https://github.com/WebAssembly/WASI/pull/604. Thanks!