-
Notifications
You must be signed in to change notification settings - Fork 24
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
Document per-item versions using @since
gates
#114
Conversation
b97e093
to
5be77cf
Compare
If I try running
Not sure what's going on yet, but will have to dig in further. |
bytecodealliance/wasm-tools#1669 seems to resolve the CI issue. That means in order to resolve this, we need to take the following steps:
|
Or actually, what perhaps just needs to happen is for us to merge the PR on |
Depends on WebAssembly/component-model#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.While filing this patch I also saw there is a
0.3.0-draft
document checked in. I wasn't sure what to do with that so I've omitted it from this PR for now. We should follow up on that later.For an overview of how this would apply to all existing WASI APIs, including the unstable
timezone
API, see WebAssembly/WASI#604. Thanks!