Move lowlevel calls to their own module of gen_wasm

This commit is contained in:
Brian Carroll 2021-11-10 10:42:06 +00:00
parent 51b6076322
commit ec03b7b12a
3 changed files with 118 additions and 89 deletions

View file

@ -1,5 +1,6 @@
mod backend;
mod layout;
mod low_level;
mod storage;
pub mod wasm_module;