pub fn load_file<F>(path: &str, on_loaded: F)where F: Fn(Result<Vec<u8>, Error>) + 'static,
dep_miniquad
Filesystem path on desktops or HTTP URL in WASM