@@ -39,6 +39,12 @@ Rustはパフォーマンス、安全性、生産性に優れるプログラミ
39
39
40
40
## 目的別に学びたい
41
41
42
+ ### WebAssembly
43
+
44
+ - [ ** RustとWebAssembly** ] [ webassembly-book ]
45
+ * 「Rust and WebAssembly」を和訳したものです
46
+ * RustコードからコンパイルしたWebAssembly (WASM)をブラウザで実行させるまでの過程を学べるチュートリアル
47
+
42
48
### 組込みプログラミング
43
49
44
50
- [ ** 組込みRust** ] [ embedded-book ]
@@ -63,6 +69,7 @@ Rustはパフォーマンス、安全性、生産性に優れるプログラミ
63
69
[ api-guidelines ] : https://sinkuu.github.io/api-guidelines/
64
70
[ edition-guide ] : https://doc.rust-jp.rs/edition-guide/
65
71
[ nomicon ] : https://doc.rust-jp.rs/rust-nomicon-ja/
72
+ [ webassembly-book ] : https://moshg.github.io/rustwasm-book-ja/
66
73
[ embedded-book ] : https://tomoyuki-nakabayashi.github.io/book/
67
74
[ embedded-discovery ] : https://tomoyuki-nakabayashi.github.io/discovery/
68
75
@@ -89,6 +96,7 @@ Rustはパフォーマンス、安全性、生産性に優れるプログラミ
89
96
| Rust APIガイドライン | [ sinkuu/api-guidelines] [ gh-api-guidelines ] |
90
97
| エディションガイド | [ rust-lang-ja/edition-guide] [ gh-edition-guide ] |
91
98
| Rust裏本 / The Rustnomicon | [ rust-lang-ja/rust-nomicon-ja] [ gh-nomicon ] |
99
+ | RustとWebAssembly / Rust and WebAssembly | [ moshg/rustwasm-book-ja] [ gh-webassembly-book ] |
92
100
| 組込みRust / The Embedded Rust Book | [ tomoyuki-nakabayashi/book] [ gh-embedded-book ] |
93
101
| Discovery | [ tomoyuki-nakabayashi/discovery] [ gh-embedded-discovery ] |
94
102
| その他(doc.rust-jp.rs全般) | [ rust-lang-ja/rust-lang-ja.github.io] [ gh-org ] |
@@ -100,6 +108,7 @@ Rustはパフォーマンス、安全性、生産性に優れるプログラミ
100
108
[ gh-api-guidelines ] : https://github.com/sinkuu/api-guidelines
101
109
[ gh-edition-guide ] : https://github.com/rust-lang-ja/edition-guide
102
110
[ gh-nomicon ] : https://github.com/rust-lang-ja/rust-nomicon-ja
111
+ [ gh-webassembly-book ] : https://github.com/moshg/rustwasm-book-ja
103
112
[ gh-embedded-book ] : https://github.com/tomoyuki-nakabayashi/book
104
113
[ gh-embedded-discovery ] : https://github.com/tomoyuki-nakabayashi/discovery
105
114
[ gh-org ] : https://github.com/rust-lang-ja/rust-lang-ja.github.io
0 commit comments