Function wasmtime_cache::create_new_config
source ยท pub fn create_new_config<P: AsRef<Path> + Debug>(
config_file: Option<P>,
) -> Result<PathBuf>
Expand description
Creates a new configuration file at specified path, or default path if None is passed. Fails if file already exists.