Skip to content

Commit

Permalink
Merge pull request #1078 from thomcc/wg-binary-size
Browse files Browse the repository at this point in the history
Add binary size working group
  • Loading branch information
rylev authored Sep 25, 2023
2 parents a5c9e70 + 423a2bd commit 320e820
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
4 changes: 4 additions & 0 deletions people/h1467792822.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = 'h1467792822'
github = 'h1467792822'
github-id = 8490488
zulip-id = 587627
4 changes: 4 additions & 0 deletions people/wain303009.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = 'Wayne Wu'
github = 'wain303009'
github-id = 38760447
zulip-id = 651021
7 changes: 7 additions & 0 deletions repos/rust-lang/wg-binary-size.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
org = "rust-lang"
name = "wg-binary-size"
description = "Improving the binary size of Rust programs and libraries"
bots = []

[access.teams]
wg-binary-size = "write"
32 changes: 32 additions & 0 deletions teams/wg-binary-size.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name = "wg-binary-size"
kind = "working-group"
subteam-of = "compiler"

[people]
leads = ["thomcc", "m-ou-se"]
members = [
"davidtwco",
"h1467792822",
"Kobzol",
"m-ou-se",
"nbdd0121",
"nnethercote",
"thomcc",
"wain303009",
"workingjubilee",
]

alumni = [
]

[[github]]
orgs = ["rust-lang"]

[website]
name = "Binary size working group"
description = "Improving the binary size of Rust programs and libraries"
repo = "https://github.com/rust-lang/wg-binary-size"
zulip-stream = "wg-binary-size"

[[zulip-groups]]
name = "wg-binary-size"

0 comments on commit 320e820

Please sign in to comment.