[][src]Function flowclib::compiler::compile_wasm::compile_implementation

pub fn compile_implementation(
    function: &mut Function,
    skip_building: bool
) -> Result<(PathBuf, bool)>

Compile a function provided in rust to wasm and modify implementation to point to new file Checks the timestamp of source and wasm files and only recompiles if wasm file is out of date