quickjs_runtime 0.2.0

An API and Utils around the QuickJS script engine
Documentation
1
2
3
4
5
import {mltpl} from "test_module.mes";

console.info("hello world from test.mes, 5 * 6 = %s", mltpl(5, 6));