Start creating module_builder

This commit is contained in:
Brian Carroll 2021-10-28 13:18:14 +01:00
parent 82acf55d38
commit 3c9375af28
2 changed files with 287 additions and 0 deletions

View file

@ -1,6 +1,7 @@
mod backend;
pub mod from_wasm32_memory;
mod layout;
mod module_builder;
pub mod serialize;
mod storage;