|
All checks were successful
CI / build-test-release (push) Successful in 1h4m52s
|
||
|---|---|---|
| .. | ||
| hello-world | ||
| library | ||
| tests | ||
| wasi | ||
| with-module | ||
| README.md | ||
Examples
Self-contained projects, ordered from simplest to most full-featured. Each example has its own README explaining what it shows.
| Example | What it shows |
|---|---|
| hello-world | The minimum: project.cpp + main.cpp |
| with-module | Adding a C++ module interface |
| library | Library + executable, linked via cfg.dependencies |
| tests | Auto-discovered tests + tests that link the parent library |
Each example builds standalone: cd examples/<name> && crafter-build. Test examples: crafter-build test.