mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 00:21:34 +00:00
Merge #1045
1045: super:: in this case is just crate:: in disguise. r=MarkMcCaskey a=nlewycky Co-authored-by: Nick Lewycky <nick@wasmer.io>
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