holochain / holochain-wasmer

61 stars 11 forks source link

2023 01 17 extern version #90

Closed thedavidmeister closed 1 year ago

thedavidmeister commented 1 year ago

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