Closed autodidaddict closed 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?
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!
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.