mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-13 00:51:20 +00:00
Make DynFunc::func_index private.
This commit is contained in:
@ -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> {
|
||||
|
Reference in New Issue
Block a user