Loading modules from a fs.FS

I am interested in loading module code from a fs.FS instead of the real fs.

https://gitlab.com/cznic/quickjs/-/blob/v0.15.3/quickjs.go#L1336

I see SetDefaultModuleLoader but this is for loading from the fs with the default quickjs loader.

Is it possible to override the module loader to be controlled by Go?

Thanks for this library, looks great!