quickjs_runtime 0.15.3

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