execute

Function execute 

Source
pub fn execute(args: ExecuteArgs) -> Result<BuildResult>
Expand description

Executes build of the smart contract which produces a Wasm binary that is ready for deploying.

It does so by invoking cargo build and then post processing the final binary.