Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit d6976ba

Browse files
committed
add week 008
1 parent 01a2130 commit d6976ba

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: "This Week in Rust and WebAssembly 008"
3+
---
4+
5+
Hello and welcome to another issue of *This Week in Rust and WebAssembly*!
6+
7+
[Rust](https://rust-lang.org) is a systems language pursuing the trifecta: safety, concurrency, and speed.
8+
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+
11+
This is a weekly summary of Rust and WebAssembly's progress and community.
12+
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).
14+
15+
**Want to get involved in Rust and WebAssembly? [Join the Rust and WebAssembly working group!][get-involved]**
16+
17+
## New Tools, Crates, and Projects
18+
19+
* [Format rust code in the browser with `rustfmt` compiled to wasm! ](https://alexcrichton.github.io/rustfmt-wasm/)
20+
* [Olin is a server-side WebAssembly platform](https://olin-http-example.herokuapp.com/)
21+
* [The P64Lang parser and interpreter running as a wasm module](https://www.polaris64.net/resources/programming/p64lang_wasm/)
22+
23+
## News and Releases
24+
25+
* [Mario pixel art using `web-sys` and `js-sys` crates in wasm-bindgen](https://twitter.com/T5uku5hi/status/1037730970609307648)
26+
* [Announcing `wasm-pack` 0.5.0](https://github.com/rustwasm/wasm-pack/blob/master/CHANGELOG.md#%EF%B8%8F-050)
27+
* [Announcing `wasm-bindgen` 0.2.23](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md#0223)
28+
* [Announcing `js-sys` 0.3.0](https://crates.io/crates/js-sys)
29+
* [Announcing `web-sys` 0.3.0](https://crates.io/crates/web-sys)
30+
31+
## Articles, Blog Posts, and Talks
32+
33+
* Added new sections to `wasm-bindgen` guide
34+
* [Writing tests for Rust and WebAssembly programs using `wasm-bindgen-test`](https://rustwasm.github.io/wasm-bindgen/wasm-bindgen-test/index.html)
35+
* [Working with untyped JS values in the `wasm-bindgen`](https://rustwasm.github.io/wasm-bindgen/reference/accessing-properties-of-untyped-js-values.html)
36+
* [`web-sys`](https://rustwasm.github.io/wasm-bindgen/web-sys/index.html)
37+
* [How Wasm-Bindgen Facilitates Interop Between Rust and Javascript](https://blog.ryanlevick.com/posts/wasm-bindgen-interop/)
38+
* [@sendilkumarn](https://twitter.com/sendilkumarn) is giving a talk on `Do things blazingly fast with WebAssembly` at [Voxxed Days Ticino 2018](https://cfpvdt18.confinabox.com/talk/XAU-2186/Do_things_blazingly_fast_with_WebAssembly)
39+
40+
## Requests for Contribution
41+
42+
* [**Join the Rust and WebAssembly Working Group!**][get-involved]
43+
* [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)
44+
* [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)* [Expose bindings to *ALL* the global JS things](https://github.com/rustwasm/wasm-bindgen/issues/275)
45+
* Help build the `web-sys` crate by enabling bindings generation for more WebIDL interfaces!
46+
* [Information on contributing to `web-sys`](https://rustwasm.github.io/wasm-bindgen/web-sys.html)
47+
* [Issues tracking adding various Web APIs to `web-sys`](https://github.com/rustwasm/wasm-bindgen/issues?q=is%3Aissue+is%3Aopen+label%3Aweb-sys)
48+
49+
[get-involved]: https://github.com/rustwasm/team/blob/master/README.md#get-involved

0 commit comments

Comments
 (0)