mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 10:22:19 +00:00
11 lines
649 B
JavaScript
11 lines
649 B
JavaScript
(function() {var implementors = {};
|
|
implementors["wasmer_runtime"] = [{text:"impl <a class=\"trait\" href=\"wasmer_runtime/cache/trait.Cache.html\" title=\"trait wasmer_runtime::cache::Cache\">Cache</a> for <a class=\"struct\" href=\"wasmer_runtime/cache/struct.FileSystemCache.html\" title=\"struct wasmer_runtime::cache::FileSystemCache\">FileSystemCache</a>",synthetic:false,types:["wasmer_runtime::cache::FileSystemCache"]},];
|
|
|
|
if (window.register_implementors) {
|
|
window.register_implementors(implementors);
|
|
} else {
|
|
window.pending_implementors = implementors;
|
|
}
|
|
|
|
})()
|