Move stack with limit utils to runner.rs

This commit is contained in:
Sergey Pepyakin
2018-01-08 18:02:37 +03:00
parent 604374442d
commit 97b74ed10e
3 changed files with 26 additions and 30 deletions

View File

@ -139,7 +139,6 @@ mod memory;
mod module;
mod program;
mod runner;
mod stack;
mod table;
mod value;
mod host;