pub fn embed_text_it<I, O>(
    in_wasm_path: I,
    out_wasm_path: O,
    it: &str
) -> Result<(), ITParserError>
where I: AsRef<Path>, O: AsRef<Path>,
Expand description

Embed provided IT to a Wasm file by path.