mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-02 01:51:32 +00:00
super:: in this case is just crate:: in disguise.
This commit is contained in:
@ -104,7 +104,7 @@ impl Cache for FileSystemCache {
|
|||||||
unsafe {
|
unsafe {
|
||||||
wasmer_runtime_core::load_cache_with(
|
wasmer_runtime_core::load_cache_with(
|
||||||
serialized_cache,
|
serialized_cache,
|
||||||
super::compiler_for_backend(backend)
|
crate::compiler_for_backend(backend)
|
||||||
.ok_or_else(|| CacheError::UnsupportedBackend(backend))?
|
.ok_or_else(|| CacheError::UnsupportedBackend(backend))?
|
||||||
.as_ref(),
|
.as_ref(),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user