BrandonDyer64 / bevy_wasm

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

Load from url #7

Closed BrandonDyer64 closed 1 year ago

BrandonDyer64 commented 1 year ago

Allow loading mods from a url

BrandonDyer64 commented 1 year ago

This might be out of scope for this crate. Given mods can be loaded and unloaded at any time, it should be up to the developer to decide how the wasm files are obtained.