5 lines
68 B
Rust
5 lines
68 B
Rust
|
//! Backend: IR to Wasm.
|
||
|
|
||
|
mod stackify;
|
||
|
pub(crate) use stackify::*;
|