Skip to main content
Module

x/wasmbuild/lib/deps.ts>cacheDir

Build tool to use Rust code in Deno and the browser.
Latest
function cacheDir
import { cacheDir } from "https://deno.land/x/wasmbuild@0.15.6/lib/deps.ts";

Returns the path to the user's cache directory.

The returned value depends on the operating system and is either a string, containing a value from the following table, or null.

Platform Value Example
Linux $XDG_CACHE_HOME or $HOME/.cache /home/justjavac/.cache
macOS $HOME/Library/Caches /Users/justjavac/Library/Caches
Windows $LOCALAPPDATA C:\Users\justjavac\AppData\Local

Returns

string | null