cargo-xxfunc is a cargo subcommand that provides a set of functions to interact with the xxfunc service.
Builds the function into WACI binary.
cargo xxfunc buildcargo xxfunc build --releaseDeploys the function to the xxfunc service.
cargo xxfunc deploy ---url <server-url> --wasm-path <wasm-file-path>It will return the function signature.
Starts the function to be triggered by exex event.
cargo xxfunc start ---url <server-url> --module-name <module-name>