Currently, it's possible to use wasmtime's cache when using wasmtime as a library. However, that means that the embedder should use a file to specify the configuration for caching and that's a bit awkward.
I wonder if that's a deliberate decision to hide the cache config or not, and if not if it could be exposed?
afaik this is just the way the cache has always been configured, adding more options should be fine to do!
e.g. implementing doing it programatically in addition to the file-based configuration we have today
Last updated: Nov 22 2024 at 16:03 UTC