summaryrefslogtreecommitdiffstats
path: root/teams/wg-wasm.toml
blob: eec4fd691da15313977db558e47263fe18cdc730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name = "wg-wasm"
wg = true

[people]
leads = ["fitzgen"]
members = [
    "fitzgen",
]

[[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."