prebuilt

Example of the component halfsweet/pocketjs-idf v0.1.0
# Prebuilt Pocket example

This consumer validates and embeds `main/app/hello.pocket`, then executes one
headless frame. It requires Cargo and the ESP32-P4 Rust target, but does not
require Bun.

During component development, `main/idf_component.yml` uses `override_path`
to the repository root. When the example is downloaded independently, remove
that line to resolve the published Registry version.

```sh
idf.py set-target esp32p4
idf.py build
```

To create a project from this example, run:

idf.py create-project-from-example "halfsweet/pocketjs-idf=0.1.0:prebuilt"

or download archive (~39.96 KB)