pub fn run_compiled_function(
func: &JsCompiledFunction,
) -> Result<OwnedJsValue, ExecutionError>
Expand description
run a compiled function, see compile for an example
pub fn run_compiled_function(
func: &JsCompiledFunction,
) -> Result<OwnedJsValue, ExecutionError>
run a compiled function, see compile for an example