You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: