this introduces __hc__ prefix for imports and exports and also _N version suffix for both
arguably less useful for exports, but this paves the way for a host to inspect the guest via tooling, e.g. module.imports() and then interact with it different, e.g. for backwards compatibility, based on the version of the function that is provided/expected
this introduces
__hc__
prefix for imports and exports and also_N
version suffix for botharguably less useful for exports, but this paves the way for a host to inspect the guest via tooling, e.g.
module.imports()
and then interact with it different, e.g. for backwards compatibility, based on the version of the function that is provided/expected