quickjs_runtime 0.14.0

Wrapper API and utils for the QuickJS JavaScript engine with support for Promise, Modules, Async/await
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));