quickjs-rs
quickjs-rs copied to clipboard
could callback support mutability?
The current callback can only be Fn, not FnMut
I hope to mutate a captured variable. Could callback support mutability?