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

Add WallClock and MonotonicClock protocols #86

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

kateinoigakukun
Copy link
Member

@kateinoigakukun kateinoigakukun commented Apr 26, 2024

This commit adds WallClock and MononicClock protocols to the WASI module. These protocols are used to abstract clocks in WASI implementations. This is useful when we want fully deterministic behavior like for build systems or tests.

Resolve a part of #84

This commit adds `WallClock` and `MononicClock` protocols to the WASI
module. These protocols are used to abstract clocks in WASI
implementations. This is useful when we want fully deterministic
behavior like for build systems or tests.
@kateinoigakukun kateinoigakukun merged commit 43620d6 into main Apr 26, 2024
6 checks passed
@kateinoigakukun kateinoigakukun deleted the katei/clock-protocols branch April 26, 2024 03:52
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.

None yet

1 participant