This commit is contained in:
Sergey Pepyakin
2017-12-05 12:26:42 +01:00
parent 8afb7b6450
commit 71b8b933bf
3 changed files with 65 additions and 31 deletions

View File

@ -6,7 +6,7 @@ use elements::{BlockType, External, FunctionType, GlobalEntry, GlobalType, Inter
Module, Opcode, ResizableLimits, TableType, Type, ValueType};
use common::stack;
use self::context::ModuleContext;
use self::func::{FunctionValidationContext, Validator};
use self::func::Validator;
pub use self::module::ValidatedModule;