Skip to content

Commit

Permalink
Make from_pinned_cache private
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed May 4, 2023
1 parent e65df15 commit 6361490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub struct Instance<A: BackendApi, S: Storage, Q: Querier> {
_inner: Box<WasmerInstance>,
fe: FunctionEnv<Environment<A, S, Q>>,
store: Store,
pub from_pinned_cache: bool,
from_pinned_cache: bool,
}

impl<A, S, Q> Instance<A, S, Q>
Expand Down

0 comments on commit 6361490

Please sign in to comment.