A simple C compiler targeting wasm
 
 
Go to file
able 8f89033999 Add a license
Signed-off-by: able <abl3theabove@gmail.com>
2022-02-11 00:40:10 +00:00
src initial framework 2022-02-10 18:28:59 -06:00
.gitignore initial framework 2022-02-10 18:28:59 -06:00
Cargo.lock initial framework 2022-02-10 18:28:59 -06:00
Cargo.toml initial framework 2022-02-10 18:28:59 -06:00
LICENSE.md Add a license 2022-02-11 00:40:10 +00:00
README.md README template 2022-02-10 18:38:37 -06:00
n1256.pdf initial framework 2022-02-10 18:28:59 -06:00

README.md

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.

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