pub enum JsCompiledValue {
Function(JsCompiledFunction),
Module(JsModule),
}Expand description
The result of loading QuickJs bytecode. Either a function or a module.
pub enum JsCompiledValue {
Function(JsCompiledFunction),
Module(JsModule),
}The result of loading QuickJs bytecode. Either a function or a module.