summaryrefslogtreecommitdiffstats
path: root/teams/wg-wasm.toml
diff options
context:
space:
mode:
Diffstat (limited to 'teams/wg-wasm.toml')
-rw-r--r--teams/wg-wasm.toml13
1 files changed, 10 insertions, 3 deletions
diff --git a/teams/wg-wasm.toml b/teams/wg-wasm.toml
index 10e4e0e..eec4fd6 100644
--- a/teams/wg-wasm.toml
+++ b/teams/wg-wasm.toml
@@ -5,11 +5,18 @@ wg = true
leads = ["fitzgen"]
members = [
"fitzgen",
- "alexcrichton",
- "aturon",
- "mgattozzi",
]
[[lists]]
address = "wasm@rust-lang.org"
access-level = "everyone"
+extra-people = [
+ "alexcrichton",
+ "aturon",
+ "mgattozzi",
+]
+
+[website]
+page = "wasm"
+name = "WebAssembly (WASM) working group"
+description = "Focusing on the end-to-end experience of embedding Rust code in JS libraries and apps via WebAssembly."