captbaritone / eel-wasm

Compile Nullsoft's EEL code to Web Assembly
https://eel.capt.dev
48 stars 4 forks source link

[WIP] Async #48

Open captbaritone opened 3 years ago

captbaritone commented 3 years ago

The compiler can take a little while to run which means it can create a long task causing animations (Butterchrun) to stutter when loading a new preset. Playing with breaking up the compiler into smaller parts so that it can be less likely to cause long tasks.