moonrepo/Build WASM plugin
Build, optimize, and publish WASM plugins. This is primarily for the moon and proto projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| publish | Publish the built plugin to ghcr.io as an OCI artifact. | — | false |
| namespace | The ghcr.io OCI artifact namespace. Defaults to the current organization/user. | — | — |
Outputs
| name | description |
|---|---|
| built | Whether the plugins have been built or not. |
| changelog-entry | The changelog entry for the affected project, if it exists. |
| tagged-project | The project affected by a Git tag, if applicable. |
| tagged-version | The extracted version from a Git tag, if applicable. |
| published | Whether the plugins were published or not. |
| prerelease | Whether the extracted version is a pre-release or not. |