Commit Graph

2 Commits

Author SHA1 Message Date
syumai
981e71dba6 fix typo in the cache example test function name (#2238)
Signed-off-by: Shuichiro Fukuoka <syumai@gmail.com>
2024-06-08 08:04:21 +01:00
Takeshi Yoneda
35500f9b85 Introduces Cache API (#1016)
This introduces the new API wazero.Cache interface which can be passed to wazero.RuntimeConfig. 
Users can configure this to share the underlying compilation cache across multiple wazero.Runtime. 
And along the way, this deletes the experimental file cache API as it's replaced by this new API.

Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Co-authored-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-01-10 09:32:42 +09:00