mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
export.rs - changing FuncPointer
inner
visibility to pub
This commit is contained in:
parent
6cc31d3b49
commit
015616b541
@ -34,7 +34,7 @@ impl FuncPointer {
|
||||
FuncPointer(f)
|
||||
}
|
||||
|
||||
pub(crate) fn inner(&self) -> *const vm::Func {
|
||||
pub fn inner(&self) -> *const vm::Func {
|
||||
self.0
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user