Move table_utils into wasmtime_runtime

This commit is contained in:
Yury Delendik
2019-09-09 16:34:22 -05:00
committed by Dan Gohman
parent de1c0f63eb
commit 164039f08d
6 changed files with 248 additions and 141 deletions

View File

@@ -6,7 +6,6 @@ mod externals;
mod instance;
mod module;
mod runtime;
mod table_utils;
mod trampoline;
mod trap;
mod types;