Module compile_wasm

Source
Expand description

compile_wasm has helper functions to compile WASM implementations of libs and supplied functions

Functions§

compile_implementation
Compile a function’s implementation to wasm and modify implementation to point to the wasm file Checks the timestamps of the source and wasm files and only recompiles if wasm file is out of date