Expose types module

This commit is contained in:
Lachlan Sneff
2018-12-26 15:13:31 -05:00
parent 503a2cfe64
commit 4fbf60e6ae

View File

@@ -1,7 +1,7 @@
pub mod vm;
pub mod types;
mod backing;
mod types;
mod memory;
mod backend;
mod module;