wasmCloud / interfaces

Deprecated: wasmCloud API interfaces: smithy IDLs and shared libraries
https://wasmcloud.github.io/interfaces/
Apache License 2.0
34 stars 22 forks source link

Adds utc_now_millis to the builtin numbergen interface #109

Closed autodidaddict closed 1 year ago

autodidaddict commented 1 year ago

Adds the operation utc_now_millis to the interface definition for builtin number generation. Note that this is a breaking change and there is no current host that supports this. A corresponding PR in the OTP host will need to be made. Note that the choice of timestamp implementation needs to be up to the host runtime.

brooksmtownsend commented 1 year ago

How do we provide backwards compatibility with this interface and older host versions? Should we release the host implementation before we release the interface?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this has been closed too eagerly, please feel free to tag a maintainer so we can keep working on the issue. Thank you for contributing to wasmCloud!