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

This commit is contained in:
Ivan Enderlin
2020-09-22 17:21:19 +02:00
parent b63ce6e2cf
commit bc664b011d
4 changed files with 84 additions and 77 deletions

View File

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