Default to AssetMetaCheck::Never on wasm targets
Open
A-Assets
C-Feature
S-Waiting-on-SME
X-Needs-SME
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## What problem does this solve or what need does it fill?
Most people building for the web need `AssetMetaCheck::Never` to load assets properly. Many people have wasted a lot of time debugging their web builds as a result.
## What solution would you like?
Default to `AssetMetaCheck::Never` on wasm targets.
## What alternative(s) have you considered?
None
Contributor guide
Assessment
This issue has not been assessed yet.