pub fn embed_text_wit<I, O>( in_wasm_path: I, out_wasm_path: O, wit: &str, ) -> Result<(), WITParserError>where I: AsRef<Path>, O: AsRef<Path>,
Embed provided WIT to a Wasm file by path.