quickjs_runtime 0.5.1

Wrapper API and utils for the QuickJS JavaScript engine
Documentation
1
2
3
export function mltpl(a, b) {
    return a * b;
}