Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions abi-versions/vNEXT/HOST_FEATURES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Host features

| Identifier | Name | Values | Deprecated |
|:----------:|:--------------------------------|:---------------------------------------------------------------------------------------------------|:----------:|
| 0x1001 | `HOST_TRACKS_ACTIVE_CONTEXT_ID` | When `1`, `context_id` can be set to `0`, which then indicates host-tracked active context ID. | Yes |
Copy link
Member Author

Choose a reason for hiding this comment

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

I originally envisioned this as a helpful step to ease the migration (i.e. SDKs could simply pass 0 as context_id and rely on hosts doing the tracking), but I'm not sure if that's worth it?



Identifiers below 0x2000 are reserved for standardized features and options. Random numbers above that range should be used for private extensions.
Loading