You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I'm part of an experimental project called LLRT. As you know, LLRT uses quickjs-ng through RquickJS (Rust binding). I'm very grateful to be able to use such a great js engine.
Currently, we are trying to implement async_hooks, which is one of the nodejs modules. A draft has been made, but we want to make it better.
The current implementation creates hooking points for Promise, setTimeout, and setImmediate by patching JavaScript, but we would prefer something more native.