Sean Sullivan

Results 2 issues of Sean Sullivan

# Objective - **Describe the objective or issue this PR addresses.** `bevy_asset` includes code [here](https://github.com/bevyengine/bevy/blob/4350ad0bd184dc94bc7f2d0d076a3482950dfe8c/crates/bevy_asset/src/io/wasm.rs#L61) that references `web_sys::WorkerGlobalScope`. However, `bevy_asset` does not enable this feature, see [here](https://github.com/bevyengine/bevy/blob/4350ad0bd184dc94bc7f2d0d076a3482950dfe8c/crates/bevy_asset/Cargo.toml#L50). Running examples does...

Hi! I hope PRs like this are are welcome. Pretty simple set of changes that upgrade to Bevy 0.14. Tests pass but I didn't inspect their behavior particularly closely so...