Skip to content
New issue

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

VRL Running inside WASM does not have the correct clock #4

Open
scottopell opened this issue Dec 12, 2022 · 0 comments
Open

VRL Running inside WASM does not have the correct clock #4

scottopell opened this issue Dec 12, 2022 · 0 comments

Comments

@scottopell
Copy link
Collaborator

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant