diff --git a/teams/wg-inline-asm.toml b/teams/wg-inline-asm.toml new file mode 100644 index 000000000..75b7089b2 --- /dev/null +++ b/teams/wg-inline-asm.toml @@ -0,0 +1,18 @@ +name = "wg-inline-asm" +subteam-of = "lang" +wg = true + +[people] +leads = ["Amanieu", "joshtriplett"] +members = [ + "Amanieu", + "joshtriplett", +] + +[website] +name = "inline-asm project group" +description = "A working-group project to extend the Rust language to support inline assembly" +repo = "https://github.com/rust-lang/project-inline-asm" + +[github] +orgs = ["rust-lang"]