1 2 3 4 5 6 7 8 9 10 11
/** * Gets the path to the Wasm module. * @returns {string} */ function getPath() { return require("path").join(__dirname, "plugin.wasm"); } module.exports = { getPath, };