Support Warning
WebGPU is currently only supported on Chrome starting with version 113, and only on desktop. If they don't work on your configuration, you can check the WebGL2 examples here.
custom_asset_reader.rs:
//! Implements a custom asset io loader.
//! An [`AssetReader`] is what the asset server uses to read the raw bytes of assets.
//! It does not know anything about the asset formats, only how to talk to the underlying storage.
use ;
use Path;
/// A custom asset reader implementation that wraps a given asset reader implementation
;
/// A plugins that registers our new asset reader
;