Files
raylib/emsdk-cache/emsdk-main/bazel/test_external/hello-embind-interface.js
2025-08-19 09:15:28 +00:00

3 lines
157 B
JavaScript

Module.customJSFunctionToTestClosure = function(firstParam, secondParam) {
console.log("This function adds two numbers to get", firstParam + secondParam);
}