From 41ce2afc71976be05b87237207cda7a31b8ccd41 Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Fri, 27 Jan 2023 14:49:40 -0700 Subject: [PATCH] Update work.json for proposal-runtime-keys (#25) * Update work.json * Update data/work.json Co-authored-by: Steven * Update data/work.json Co-authored-by: Steven --------- Co-authored-by: Steven --- data/work.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/work.json b/data/work.json index a339c9d..510d827 100644 --- a/data/work.json +++ b/data/work.json @@ -15,5 +15,11 @@ "name": "Performance", "description": "The performance workstream is concerned with cross environment performance measurement.", "repo": "performance" + }, + { + "name": "Runtime Keys", + "description": "A proposal defining standard identifier keys for various runtime environments.", + "specification": "https://runtime-keys.proposal.wintercg.org", + "repo": "proposal-runtime-keys" } ]