/********************************************************* * File: "rpc-exports.mustache" * ---------------------------- * RPC Exports List: automaticated generated by Sidecar * * Author: Huan * https://github.com/huan/sidecar *********************************************************/ rpc.exports = { ...rpc.exports, {{# nativeFunctionNameList }} {{ . }}: __sidecar__{{ . }}_Function_wrapper, {{/ nativeFunctionNameList}} }