HandleScope in async op
Is there a way to get v8::HandleScope inside async op
if I add it as
it errors with following error
if I add it as
it errors with following error
scope: &mut v8::HandleScope<'a>,195 | #[op]
| ^^^^^ the trait `Deserialize<'_>` is not implemented for `&mut HandleScope<'_>`