From a99e0c4ffc8f9b73875ec5b068f4f2f8080650d6 Mon Sep 17 00:00:00 2001 From: Yosh Date: Sat, 15 Jun 2024 03:04:46 +0200 Subject: [PATCH 1/2] Create README.md --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..825eeb7 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +

wasm-pkg-tools

+
+ + A Bytecode Alliance project + +

+ + Tools to package up Wasm Components + +

+
+ +## Contributing +Want to join us? Check out our ["Contributing" guide][contributing] and take a +look at some of these issues: + +- [Issues labeled "good first issue"][good-first-issue] +- [Issues labeled "help wanted"][help-wanted] + +[contributing]: https://github.com/bytecodealliance/wasm-pkg-tools/blob/master.github/CONTRIBUTING.md +[good-first-issue]: https://github.com/bytecodealliance/wasm-pkg-tools/labels/good%20first%20issue +[help-wanted]: https://github.com/bytecodealliance/wasm-pkg-tools/labels/help%20wanted + +## License + + +Licensed under Apache-2.0 WITH LLVM-exception + + +
+ + +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in this crate by you, as defined in the Apache-2.0 license with LLVM-exception, +shall be licensed as above, without any additional terms or conditions. + From 1b328396682833be2bdc78b70c641535719baff4 Mon Sep 17 00:00:00 2001 From: Yosh Date: Sat, 15 Jun 2024 03:13:13 +0200 Subject: [PATCH 2/2] Create CONTRIBUTING.md --- CONTRIBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..bb9ae51 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# Contributing + +This project welcomes contributions for bug fixes, documentation updates, new +features, or whatever you might like. Development is done through GitHub pull +requests. Feel free to reach out on the [Bytecode Alliance +Zulip](https://bytecodealliance.zulipchat.com/) as well if you'd like assistance +in contributing or would just like to say hi. + +# License + +This project is licensed under the Apache 2.0 license with the LLVM exception. +See [LICENSE](LICENSE) for more details. + +### Contribution + +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in this project by you, as defined in the Apache-2.0 license, +shall be licensed as above, without any additional terms or conditions.