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

Use web_time for SystemTime::now to support WASM runtimes #34

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

dotansimha
Copy link
Contributor

No need for any conditional configuration, as it's already done in web-time:

At the same time the library will simply re-export std::time when not using the wasm32-unknown-unknown target and will not pull in any dependencies.

@dotansimha
Copy link
Contributor Author

dotansimha commented Jan 24, 2024

@zhongzc @andylokandy tested on an actual project and it seems to work great 🎉

@zhongzc zhongzc merged commit b77884c into tikv:master Jan 24, 2024
5 checks passed
@dotansimha dotansimha deleted the web-time-wasm branch January 24, 2024 07:27
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

Successfully merging this pull request may close these issues.

2 participants