mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Make DynFunc::func_index private.
This commit is contained in:
parent
2ab2205d6b
commit
ebaf2dc5a8
@ -434,7 +434,7 @@ pub struct DynFunc<'a> {
|
||||
pub(crate) signature: Arc<FuncSig>,
|
||||
module: &'a ModuleInner,
|
||||
pub(crate) instance_inner: &'a InstanceInner,
|
||||
pub func_index: FuncIndex,
|
||||
func_index: FuncIndex,
|
||||
}
|
||||
|
||||
impl<'a> DynFunc<'a> {
|
||||
|
Loading…
Reference in New Issue
Block a user