1 2 3 4 5 6
var library = require("./build/library.js"); library.onRuntimeInitialized = () => { const result = library._multiply(6, 7); console.log("The answer is " + result); };
Generated with cgit - Back to sebastiano.tronto.net