dylibso/Actism

Run Extism plug-ins in a pipeline described in a GitHub Action. Each plug-in takes an input given to the plug-in code which processes the input and returns output to the next plug-in. The output is used as the input of the next plug-in.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
inputInitial input to start the pipeline, executing the first plug-in with this "input" value.no""
wasiEnable/disable WASI support for the entire pipeline.nofalse
output_typeOne of "text" or "bytes" to set the encoding of the output data.notext
stepsA line-delimited, "|"-segmented list of Extism plug-ins to run in a pipeline. Components are: name | source (url or path) | function (optional export to call, default = run)yes""
namedescription
outputFinal output of the last plugin run in this pipeline.