Files
wasmer/lib/cache
Ivan Enderlin 917f879a4b feat(cache) WasmHash becomes Hash.
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.
2020-07-10 16:19:31 +02:00
..
2020-07-10 16:19:31 +02:00
2020-06-11 15:31:29 -07:00
2020-05-02 16:21:11 -07:00

Wasmer Cache

The wasmer-cache crate allows easily caching WebAssembly modules in your system.