This repository was archived by the owner on Aug 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # Rust and WebAssembly Landing Page
2+
3+ This repository contains the source of https://rustwasm.github.io , the main
4+ landing page for the Rust and WebAssembly Working Group.
5+
6+ Here you'll find the source of:
7+
8+ * [ The main blog] ( https://rustwasm.github.io/ ) .
9+ * [ The documentation landing page] ( https://rustwasm.github.io/docs.html ) .
10+ * Build scripts for pulling in wasm-bindgen and wasm-pack documentation.
11+
12+ ## License
13+
14+ This project is licensed under either of
15+
16+ * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
17+ http://www.apache.org/licenses/LICENSE-2.0 )
18+ * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
19+ http://opensource.org/licenses/MIT )
20+
21+ at your option.
22+
23+ ## Contribution
24+
25+ ** [ See the "Contributing" section of the guide for information on
26+ hacking on ` wasm-bindgen ` !] [ contributing ] **
27+
28+ Unless you explicitly state otherwise, any contribution intentionally submitted
29+ for inclusion in this project by you, as defined in the Apache-2.0 license,
30+ shall be dual licensed as above, without any additional terms or conditions.
31+
32+ [ contributing ] : https://rustwasm.github.io/wasm-bindgen/contributing/index.html
You can’t perform that action at this time.
0 commit comments