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

This commit is contained in:
Ivan Enderlin
2020-09-24 08:56:28 +02:00
parent 95fa49d92d
commit e7f06330c6
3 changed files with 173 additions and 160 deletions

View File

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