Skip to content

workflows-executor build with wasmcloud and rust language

Notifications You must be signed in to change notification settings

Giovanni98-git/workflows-wasmcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workflows-wasmcloud

workflows-executor build with wasmcloud and rust language

Prerequisites

  • cargo 1.82
  • wash 0.36.1
  • wasmtime >=25.0.0 (if running with wasmtime)

Building

wash build

Running with wasmtime

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

Running with wasmCloud

wash dev
curl http://127.0.0.1:8000

Adding Capabilities

To learn how to extend this example with additional capabilities, see the Adding Capabilities section of the wasmCloud documentation.

redis

We will need redis for data management as it is included during configuration

About

workflows-executor build with wasmcloud and rust language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages