From 678ccd36154575d7d4814a64e2cabf9a39303d76 Mon Sep 17 00:00:00 2001 From: Able Date: Thu, 10 Feb 2022 18:38:37 -0600 Subject: [PATCH] README template --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7775dbe --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# A single target C99 compiler + +This compiler was born out of a need to be able to compile on ableOS + +## Installation +Use cargo to install CWasm. + +```bash +cargo install --git https://git.ablecorp.us/able/CWasm +``` + +## Usage + + +## Contributing +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. + +Please make sure to update tests as appropriate. + +## License +[MIT](https://choosealicense.com/licenses/mit/) + +