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

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

[[lists]]
address = "wasm@rust-lang.org"
extra-people = [
    "alexcrichton",
    "aturon",
]

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