workflows-executor build with wasmcloud and rust language
cargo
1.82wash
0.36.1wasmtime
>=25.0.0 (if running with wasmtime)
wash build
You must have wasmtime >=25.0.0 for this to work. Make sure to follow the build step above first.
wasmtime serve -Scommon ./build/http_workflows_executor_s.wasm
wash dev
curl http://127.0.0.1:8000
To learn how to extend this example with additional capabilities, see the Adding Capabilities section of the wasmCloud documentation.
We will need redis for data management as it is included during configuration