mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Move WasmLayout to its own module
This commit is contained in:
parent
258513a57c
commit
866d9f47a0
3 changed files with 139 additions and 134 deletions
|
@ -1,5 +1,6 @@
|
|||
mod backend;
|
||||
pub mod from_wasm32_memory;
|
||||
mod layout;
|
||||
|
||||
use bumpalo::Bump;
|
||||
use parity_wasm::builder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue