UNPKG
jq-web
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.5
0.1.3
0.1.2
0.1.0
0.0.3
0.0.1
a hack that makes jq run in the browser with emscripten.
github.com/fiatjaf/jq-web
fiatjaf/jq-web
jq-web
/
emsdk
/
bazel
/
test_external
/
hello-embind-interface.js
3 lines
•
157 B
JavaScript
View Raw
1
2
3
Module
.
customJSFunctionToTestClosure
=
function
(
firstParam, secondParam
) {
console
.
log
(
"This function adds two numbers to get"
, firstParam + secondParam); }