pub fn post_process_wasm( optimized_code: &PathBuf, skip_wasm_validation: bool, verbosity: &Verbosity, max_memory_pages: u64, ) -> Result<()>
Performs required post-processing steps on the Wasm artifact.