-
Notifications
You must be signed in to change notification settings - Fork 214
Port clocks and filesystems functions to use native wasip2 operations #606
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
base: main
Are you sure you want to change the base?
Conversation
Note: there's no automated way (that I know of) to check that there are no uses of the preview1 filesystems methods when |
6f9de1e
to
76e18ad
Compare
76e18ad
to
39e65a4
Compare
e51b64f
to
bf042e2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So far reviewed clocks, this one will take time to go through piece by piece
At this point, there should be no further uses of the preview1 component adapter for clocks and filesystems methods when __wasilibc_use_wasip2 is defined. Also added a DEBUG option to the Makefile that enables -O0/g when DEBUG=true is passed in.
Co-authored-by: Pat Hickey <p.hickey@f5.com>
Co-authored-by: Pat Hickey <p.hickey@f5.com>
a1a9296
to
b3c729d
Compare
At this point, there should be no further uses of the preview1 component adapter for clocks and filesystems methods when __wasilibc_use_wasip2 is defined.
Also added a DEBUG option to the Makefile that enables -O0/g when DEBUG=true is passed in.