[][src]Module flowclib::compiler::compile_wasm

Functions

compile_implementation

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

compile_supplied_implementations

For any function that provides an implementation - compile the source to wasm and modify the implementation to indicate it is the wasm file