denoland / deno_cache_dir

Deno CLI's module cache

Home Page:https://jsr.io/@deno/cache-dir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary file support

TomokiMiyauci opened this issue · comments

If the cache target is a binary file such as wasm, it cannot be restored if saved as text.

Any plans for this?

This is specifically for stuff in the module graph and not a general purpose caching library. Once Deno supports Wasm imports then Wasm files will become part of the module graph and be stored in here.