Add support for registering import module callback functions in quickjs module #238
Annotations
3 errors and 1 warning
quickjs/quickjs.go#L56
cannot use func() _Ctype_struct_JSValue {…}() (value of type _Ctype_struct_JSValue) as *_Ctype_struct_JSModuleDef value in return statement
|
quickjs/quickjs.go#L58
cannot convert moduleLoaderFunc (variable of type func(_ *_Ctype_struct_JSContext, cModuleName *_Ctype_char, opaque unsafe.Pointer) *_Ctype_struct_JSModuleDef) to type _Ctype_JSModuleLoaderFunc
|
|
|
This job failed
Loading