embed_text_wit

Function embed_text_wit 

Source
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>,
Expand description

Embed provided WIT to a Wasm file by path.