pub fn run_func( wasm_file: String, func_name: &str, gas_cap: Option<u32>, data_source: MockData, ) -> Result<bool, RuntimeError>