mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 13:48:26 +00:00
To create a `WasmHash`, we need access to the bytes of a Wasm module, which isn't possible with the new API as far as I know. So `WasmHash` becomes `Hash` and can, semantically, represent any kind of key for the cache.
Wasmer Cache
The wasmer-cache crate allows easily caching WebAssembly
modules in your system.