rm private SignatureRegistry trait

This commit is contained in:
Yury Delendik
2019-09-10 12:38:15 -05:00
committed by Dan Gohman
parent ee26b9ead7
commit 805fbb4d2a
4 changed files with 6 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
use crate::callable::{WasmtimeFn, WrappedCallable};
use crate::runtime::{SignatureRegistry, Store};
use crate::runtime::Store;
use crate::types::ValType;
use std::any::Any;
use std::cell::RefCell;