summaryrefslogtreecommitdiffstats
path: root/teams/wg-wasm.toml
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-01-22 16:53:19 +0100
committerPietro Albini <pietro@pietroalbini.org>2019-01-22 23:22:42 +0100
commit260a5c06d9fb856dc0f65d97ba83d76bd4aaa945 (patch)
tree590f2b82efbb70fabae592df804b0980c73a4595 /teams/wg-wasm.toml
parent9cec8b78f83aac75a2c503d46c8c2e914a27fb15 (diff)
add static api and fix website data
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."