/************************************************************
 * File: "native-functions.mustache"
 * ---------------------------------
 * Native Function List: automaticated generated by Sidecar
 *
 *  Author: Huan <zixia@zixia.net>
 *  https://github.com/huan/sidecar
 ************************************************************/
{{# nativeFunctionList }}

  {{# address }}
    {{> native-functions-address.mustache }}
  {{/ address}}

  {{# agent }}
    {{> native-functions-agent.mustache }}
  {{/ agent}}

  {{# export }}
    {{> native-functions-export.mustache }}
  {{/ export}}

{{/ nativeFunctionList}}
