quickjs_runtime 0.1.0

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