allocation in store

This commit is contained in:
Sergey Pepyakin
2017-12-08 17:08:34 +01:00
parent 9895133048
commit 63c43d5e6c
7 changed files with 371 additions and 108 deletions

View File

@@ -141,6 +141,7 @@ mod stack;
mod table;
mod value;
mod variable;
mod store;
#[cfg(test)]
mod tests;