mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-01 10:18:58 +00:00
add new ID property for processors and routes
This commit is contained in:
@@ -15,7 +15,8 @@ This processor will load and execute a WASM plugin using the [Extism](https://ex
|
||||
This example will load the plugin at `./test.wasm` and execute the `test` function
|
||||
|
||||
```yaml
|
||||
- type: script.wasm
|
||||
- id: wasm
|
||||
type: script.wasm
|
||||
params:
|
||||
path: "./test.wasm"
|
||||
function: "test"
|
||||
|
||||
Reference in New Issue
Block a user