Files
Victor Adossi d70b4d4472 feat(examples): add documentation and walkthroughs for examples (#514)
* feat(examples): add documentation and walkthroughs for examples

This commit adds documentation along with walkthroughs for how to use
`jco` when building and deploying WebAssembly components.

Signed-off-by: Victor Adossi <vadossi@cosmonic.com>

* refactor(ci): use the all target for examples

Signed-off-by: Victor Adossi <vadossi@cosmonic.com>

* chore(ci): run examples on every push to main

Signed-off-by: Victor Adossi <vadossi@cosmonic.com>

---------

Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
Co-authored-by: Guy Bedford <gbedford@fastly.com>
2024-11-01 15:47:25 -07:00

705 B

Examples

This folder contains examples of using jco, componentize-js, and related Javascript WebAssembly runtime tooling.

The following sections are present:

  • Example Components - "Just show me the code" examples of how to build JS projects that use jco
  • Guides - Walkthroughs of concepts and functionality to keep in mind while using jco and associated tooling

Note

Note sure what WebAssembly "Components" are, relative to WebAssembly modules?

For an in-depth multi-language guide to the concepts and advanced features behind the Component Model, read the Component Model book.