quickjs_runtime 0.2.0

An API and Utils around the QuickJS script engine
Documentation
1
2
3
export function mltpl(a, b) {
    return a * b;
}