quickjs_runtime 0.8.0

Wrapper API and utils for the QuickJS JavaScript engine with support for Promise, Module, Async/await
Documentation
1
2
3
export function mltpl(a, b) {
    return a * b;
}