feat(c-api) Move table into its own module.

This commit is contained in:
Ivan Enderlin
2020-09-24 08:51:37 +02:00
parent bc664b011d
commit 95fa49d92d
3 changed files with 64 additions and 58 deletions

View File

@@ -1,2 +1,3 @@
pub mod global;
pub mod memory;
pub mod table;