2021-11-17 21:45:49 -05:00

9 lines
220 B
Rust
Executable File

// Translation is done in levels.
// Level 1 handles user logic and WASM instructions.
// Level 2 handles setup for functions.
// Level 3 handles initialization of the module.
mod level_1;
mod level_2;
pub mod level_3;