Skip to content

trust-bundle-gen

trust-bundle-gen generates program.stbc for an already prepared runtime bundle directory.

Usage

Usage: trust-bundle-gen --bundle <DIR>

When to use it

Use trust-bundle-gen only when you already have a bundle directory and need the lowest-level standalone bytecode generation step.

Most users should use:

trust-runtime build --project ./my-plc --sources src

instead.