Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 394 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 394 Bytes

FileLog example

The example creates a function that periodically send messages to be saved to a file.

First, build the message_generator WASM binary following the instructions.

Then you can start and stop the workflow with:

ID=$(target/debug/edgeless_cli workflow start examples/file_log/workflow.json)
target/debug/edgeless_cli workflow stop $ID