-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Maeiky edited this page Jan 21, 2021
·
14 revisions
Welcome to the Cwc wiki.
Learn how this use Cwc, a very simple compiler. The modularity of it allow to plug any toochain and library easily.
It use standard compiler flag and logic, no complicate hidden subprocess, we quickly obtain a result with few and clear instructions.
Also this provide the ability to generate any platform output binary since a multitude of backend toolchain can be selected.
Currently, these toolchains are available:
| Toolchain | From | Target |
|---|---|---|
| LibRT | Windows | Windows, Linux |
| WebRT | Windows | Web (Wasm/JS) |
| DJGPP_RT | Windows | DOS / OSdev |
| Elf_RT | Windows | Linux / OSdev |
How to use: