-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the WASM | WASI | Emscripten notification groups (#2100)
- Loading branch information
Showing
5 changed files
with
84 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Emscripten notification group | ||
|
||
**Github Label:** [O-emscripten] <br> | ||
**Ping command:** `@rustbot ping emscripten` | ||
|
||
[O-emscripten]: https://github.com/rust-lang/rust/labels/O-emscripten | ||
|
||
This list will be used to ask for help both in diagnosing and testing | ||
Emscripten-related issues as well as suggestions on how to resolve | ||
interesting questions regarding our Emscripten support. | ||
|
||
The group also has an associated Zulip stream ([`#t-compiler/wasm`]) | ||
where people can go to pose questions and discuss Emscripten-specific | ||
topics. | ||
|
||
So, if you are interested in participating, please sign up for the | ||
Emscripten group! To do so, open a PR against the [rust-lang/team] | ||
repository. Just [follow this example][eg], but change the username to | ||
your own! | ||
|
||
[`#t-compiler/wasm`]: https://rust-lang.zulipchat.com/#narrow/stream/463513-t-compiler.2Fwasm | ||
[rust-lang/team]: https://github.com/rust-lang/team | ||
[eg]: https://github.com/rust-lang/team/pull/1579 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# WASI notification group | ||
|
||
**Github Label:** [O-wasi] <br> | ||
**Ping command:** `@rustbot ping wasi` | ||
|
||
[O-wasi]: https://github.com/rust-lang/rust/labels/O-wasi | ||
|
||
This list will be used to ask for help both in diagnosing and testing | ||
WASI-related issues as well as suggestions on how to resolve | ||
interesting questions regarding our WASI support. | ||
|
||
The group also has an associated Zulip stream ([`#t-compiler/wasm`]) | ||
where people can go to pose questions and discuss WASI-specific | ||
topics. | ||
|
||
So, if you are interested in participating, please sign up for the | ||
WASI group! To do so, open a PR against the [rust-lang/team] | ||
repository. Just [follow this example][eg], but change the username to | ||
your own! | ||
|
||
[`#t-compiler/wasm`]: https://rust-lang.zulipchat.com/#narrow/stream/463513-t-compiler.2Fwasm | ||
[rust-lang/team]: https://github.com/rust-lang/team | ||
[eg]: https://github.com/rust-lang/team/pull/1580 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# WebAssembly (WASM) notification group | ||
|
||
**Github Label:** [O-wasm] <br> | ||
**Ping command:** `@rustbot ping wasm` | ||
|
||
[O-wasm]: https://github.com/rust-lang/rust/labels/O-wasm | ||
|
||
This list will be used to ask for help both in diagnosing and testing | ||
WebAssembly-related issues as well as suggestions on how to resolve | ||
interesting questions regarding our WASM support. | ||
|
||
The group also has an associated Zulip stream ([`#t-compiler/wasm`]) | ||
where people can go to pose questions and discuss WASM-specific | ||
topics. | ||
|
||
So, if you are interested in participating, please sign up for the | ||
WASM group! To do so, open a PR against the [rust-lang/team] | ||
repository. Just [follow this example][eg], but change the username to | ||
your own! | ||
|
||
[`#t-compiler/wasm`]: https://rust-lang.zulipchat.com/#narrow/stream/463513-t-compiler.2Fwasm | ||
[rust-lang/team]: https://github.com/rust-lang/team | ||
[eg]: https://github.com/rust-lang/team/pull/1581 |