quickjs_runtime 0.17.2

Wrapper API and utils for the QuickJS JavaScript engine with support for Promise, Modules, Async/await
Documentation
1
2
3
4
5
use crate::reflection::Proxy;

pub type JsProxy = Proxy;

pub type JsProxyInstanceId = usize;