mirror of
https://github.com/encounter/jco.git
synced 2026-03-30 11:18:26 -07:00
Example Components
Most (if not all) individual example projects are standard Javascript projects commonplace ecosystem tooling, whether
for server side (NodeJS -- npm, etc) or the browser.
A brief description of the examples contained in this folder:
| Example | Description |
|---|---|
add |
exports basic functionality with simple types |
string-reverse |
exports basic functionality with a slightly more involved WIT interface and more complex types |
string-reverse-upper |
imports functionality to build more advanced computation to export |