mirror of
https://github.com/encounter/jco.git
synced 2026-03-30 11:18:26 -07:00
Guides
This folder contains walk-throughs that offer a guided tour through concepts and
functionality for using the JS ecosystem WebAssembly tooling (jco, componentize-js),
often referencing or building up to example WebAssembly components available elsewhere in this repository.
| Guide | Description |
|---|---|
| 00 - Tooling setup | Get started with JS WebAssembly tooling |
01 - Building a Component with jco |
Build a simple component (add.wasm) |
| 02 - Running components in Javascript | How to run components from existing JS code |
| 03 - Exporting fucntionality with rich types | Exporting functionality from (string-reverse.wasm) |
| 04 - Importing and reusing components | Importing and Exporting advanced functionality (string-reverse-upper.wasm) |