mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-03 08:21:04 +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 {
|
pub struct Instance {
|
||||||
backing: LocalBacking,
|
backing: LocalBacking,
|
||||||
import_backing: ImportBacking,
|
import_backing: ImportBacking,
|
||||||
|
sig_registry: SigRegistry,
|
||||||
pub module: Arc<Module>,
|
pub module: Arc<Module>,
|
||||||
|
|
||||||
pub sig_registry: SigRegistry,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Instance {
|
impl Instance {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user