BrandonDyer64 / bevy_wasm

Mod Bevy games with WASM
Apache License 2.0
94 stars 4 forks source link

Wasm files should be assets #18

Closed BrandonDyer64 closed 1 year ago

BrandonDyer64 commented 1 year ago

Currently, loading .wasm files is left to the user. All of the example files show using include_bytes!().

Ideally, these files should be treated the same as any other Bevy asset.