Function run_compiled_function

Source
pub fn run_compiled_function(
    func: &JsCompiledFunction,
) -> Result<OwnedJsValue, ExecutionError>
Expand description

run a compiled function, see compile for an example