Configure a Polywrap Manifest
Each Wasm wrapper is orchestrated by a Polywrap Manifest polywrap.yaml
file.
The Polywrap Manfiest provides the Polywrap CLI with basic information it needs to build
the wrapper
and generate code bindings with codegen
.
#
ContentThe Polywrap Manifest contains the name of the wrapper, programming language used to write it, and the location of the wrapper schema that declares the wrapper's interface.
It optionally includes a path to the wrapper's entry file (e.g. src/index.ts, src/lib.rs) and paths to other manifests that can be used to configure the build and deploy process. It can also contain an array of URI Redirects.
- Schema
- Example