mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Move lowlevel calls to their own module of gen_wasm
This commit is contained in:
parent
51b6076322
commit
ec03b7b12a
3 changed files with 118 additions and 89 deletions
|
@ -1,5 +1,6 @@
|
|||
mod backend;
|
||||
mod layout;
|
||||
mod low_level;
|
||||
mod storage;
|
||||
pub mod wasm_module;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue