create File Loader
This loader loads bundle from file system. The bundle will be read in native code to save on passing large strings from java to native memory.
open fun createFileLoader(fileName: String, assetUrl: String, loadSynchronously: Boolean): JSBundleLoader