git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: f29484612ffe0505b3f6b6ee28cfa1b2cc34c148

Files: f29484612ffe0505b3f6b6ee28cfa1b2cc34c148 / precompile.js

294 bytesRaw
1module.exports.meteringInjector = function (call) {
2 console.log('Executing metering injector')
3 return {
4 returnValue: call.data.slice(0)
5 }
6}
7
8module.exports.transcompiler = function (call) {
9 console.log('Executing transcompiler')
10 return {
11 returnValue: call.data.slice(0)
12 }
13}
14

Built with git-ssb-web