We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have not investigated, but running the v10 example project yields the following output:
{ "message": "Hello VRL", "status": "success", "timestamp": t'2022-01-01T00:00:00Z' }
That timestamp field is populated from a call to now which is obviously wrong.
timestamp
now
I suspect we'll need to track down which calls VRL is making to get the time and see if how wazero/wasi implements that call.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Have not investigated, but running the v10 example project yields the following output:
That
timestamp
field is populated from a call tonow
which is obviously wrong.I suspect we'll need to track down which calls VRL is making to get the time and see if how wazero/wasi implements that call.
The text was updated successfully, but these errors were encountered: