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. 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. +