Move WasmLayout to its own module

This commit is contained in:
Brian Carroll 2021-09-14 08:31:32 +02:00
parent 258513a57c
commit 866d9f47a0
3 changed files with 139 additions and 134 deletions

View file

@ -1,5 +1,6 @@
mod backend;
pub mod from_wasm32_memory;
mod layout;
use bumpalo::Bump;
use parity_wasm::builder;