Move out func

This commit is contained in:
Sergey Pepyakin
2017-12-13 18:28:34 +01:00
parent 075ed7d369
commit 11e2683069
8 changed files with 121 additions and 110 deletions

View File

@ -5,7 +5,7 @@ use parking_lot::RwLock;
use elements::{TableType, ResizableLimits};
use interpreter::Error;
use interpreter::module::check_limits;
use interpreter::store::FuncInstance;
use interpreter::func::FuncInstance;
/// Table instance.
pub struct TableInstance {