BrandonDyer64 / bevy_wasm

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

Optional JIT #11

Open BrandonDyer64 opened 1 year ago

BrandonDyer64 commented 1 year ago

Just-in-time (JIT) compiling is not available or not allowed on some platforms. This can be a major blocker for many games. JIT, through cranelift, should either be optional or disabled entirely.

BrandonDyer64 commented 1 year ago

Removed from milestone 0.11 in favor of #16