You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and welcome to another issue of *This Week in Rust and WebAssembly*!
6
6
7
-
[Rust](https://rust-lang.org) is a systems language pursuing the trifecta: safety, concurrency, and speed.
7
+
[Rust](https://rust-lang.org) is a systems language pursuing the trifecta:
8
+
safety, concurrency, and speed.
8
9
9
-
[WebAssembly](http://webassembly.org) is a stack-based virtual machine and instruction set. It is fast, safe, portable, and part of the open Web platform. By compiling to WebAssembly, we can run Rust code on the Web!
10
+
[WebAssembly](http://webassembly.org) is a stack-based virtual machine and
11
+
instruction set. It is fast, safe, portable, and part of the open Web
12
+
platform. By compiling to WebAssembly, we can run Rust code on the Web!
10
13
11
14
This is a weekly summary of Rust and WebAssembly's progress and community.
12
15
13
-
Did we miss something? Tweet to us at [@rustwasm](https://twitter.com/rustwasm) or [send us a pull request](https://github.com/rustwasm/rustwasm.github.io).
16
+
Did we miss something? Tweet to us at [@rustwasm](https://twitter.com/rustwasm)
17
+
or [send us a pull request](https://github.com/rustwasm/rustwasm.github.io).
14
18
15
19
**Want to get involved in Rust and WebAssembly? [Join the Rust and WebAssembly working group!][get-involved]**
16
20
17
-
<!-- TODO: check recent r/rust and users.rust-lang.org posts for "wasm" and "webassembly: -->
21
+
<!-- TODO: check recent r/rust and users.rust-lang.org posts for "wasm" and "webassembly": -->
<!-- TODO: inspect the output of `pulls_since -o rustwasm -s dd.mm.yyyy`, where -->
54
+
<!-- "dd.mm.yyyy" is the date the *last* newsletter was published. If anything is -->
55
+
<!-- notable, also insert it here! See https://github.com/budziq/pulls_since or run -->
56
+
<!-- `cargo install pulls_since`. -->
34
57
35
58
## Requests for Contribution
36
59
37
-
*[**Join the Rust and WebAssembly Working Group!**][get-involved]
38
-
*[All issues labeled "good first issue" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22good+first+issue%22)
39
-
*[All issues labeled "help wanted" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22help+wanted%22)
40
-
* TODO: insert new help-wanted/easy/etc issues from rust and wasm projects here...
60
+
**Want to get involved in Rust and WebAssembly? [Join the Rust and WebAssembly
*[All issues labeled "good first issue" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22good+first+issue%22)
64
+
*[All issues labeled "help wanted" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22help+wanted%22)
43
65
44
-
<!-- ## `rustwasm` Projects Activity -->
66
+
### New Good First Issues
45
67
46
-
<!-- Recently merged pull requests to projects in the [`rustwasm` GitHub -->
0 commit comments