bevy/examples/wasm
François b724a0f586 Down with the system! (#2496)
# Objective

- Remove all the `.system()` possible.
- Check for remaining missing cases.

## Solution

- Remove all `.system()`, fix compile errors
- 32 calls to `.system()` remains, mostly internals, the few others should be removed after #2446
2021-07-27 23:42:36 +00:00
..
.gitignore Implement single threaded task scheduler for WebAssembly (#496) 2020-09-15 18:05:31 -07:00
assets_wasm.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
favicon.ico Implement single threaded task scheduler for WebAssembly (#496) 2020-09-15 18:05:31 -07:00
headless_wasm.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
hello_wasm.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
index.html Create winit canvas under WebAssembly (#506) 2020-09-18 20:11:26 -07:00
winit_wasm.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00