mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 22:21:32 +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>,
|
pub(crate) signature: Arc<FuncSig>,
|
||||||
module: &'a ModuleInner,
|
module: &'a ModuleInner,
|
||||||
pub(crate) instance_inner: &'a InstanceInner,
|
pub(crate) instance_inner: &'a InstanceInner,
|
||||||
pub func_index: FuncIndex,
|
func_index: FuncIndex,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> DynFunc<'a> {
|
impl<'a> DynFunc<'a> {
|
||||||
|
Reference in New Issue
Block a user