mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
Make sig registry private
This commit is contained in:
parent
3861fe98c6
commit
a7618346e6
@ -16,10 +16,8 @@ use std::sync::Arc;
|
||||
pub struct Instance {
|
||||
backing: LocalBacking,
|
||||
import_backing: ImportBacking,
|
||||
|
||||
sig_registry: SigRegistry,
|
||||
pub module: Arc<Module>,
|
||||
|
||||
pub sig_registry: SigRegistry,
|
||||
}
|
||||
|
||||
impl Instance {
|
||||
|
Loading…
x
Reference in New Issue
Block a user