altmp / altv-client-js

Official clientside JavaScript runtime for alt:V
6 stars 7 forks source link

Fix WebAssembly API #78

Closed LeonMrBonnie closed 3 years ago

LeonMrBonnie commented 3 years ago

Currently the WebAssemly API is behaving weirdly, because it runs in an async context outside of the normal v8 Promises. Useful findings:

v8::Isolate::HasPendingBackgroundTasks
LeonMrBonnie commented 3 years ago

Fixed with 204c9120b5a967e45d2d78571a263552bd689803