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

Update the bindings now that BigInt <-> i64 is stable #418

Closed
tomaka opened this issue Apr 13, 2023 · 0 comments · Fixed by #481
Closed

Update the bindings now that BigInt <-> i64 is stable #418

tomaka opened this issue Apr 13, 2023 · 0 comments · Fixed by #481

Comments

@tomaka
Copy link
Contributor

tomaka commented Apr 13, 2023

According to https://webassembly.org/roadmap/, you can now have JS functions matching Wasm functions that have a i64.
As such, we can use WASI to retrieve the current time rather than a custom function.

This stability has only been the case since NodeJS 15, so #395 is necessary.

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

Successfully merging a pull request may close this issue.

1 participant