git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 682f6674a0fc8dad41078c05d2dd54e7d71c0a42

Files: 682f6674a0fc8dad41078c05d2dd54e7d71c0a42 / 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