pub fn get_paths(
wasm_output_dir: &Path,
function: &FunctionDefinition,
) -> Result<(PathBuf, PathBuf)>
Expand description
Calculate the paths to the source file of the implementation of the function to be compiled and where to output the compiled wasm. out_dir optionally overrides the destination directory where the wasm should end up