-
Notifications
You must be signed in to change notification settings - Fork 206
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
Make __wasi_linkcount_t a uint64_t #134
Make __wasi_linkcount_t a uint64_t #134
Conversation
Ping @sunfishcode? |
We need to figure out the right way to coordinate this with the overall switch to |
That sounds like a good approach. That would include this PR, #106, and something for WebAssembly/WASI#125 (I was going to PR that as well, but wanted to see how this PR went first). I think those are all of the changes for the current snapshot. |
Ok, I've now created https://github.com/CraneStation/wasi-libc/tree/wasi_snapshot_preview1 so we can do PRs there. |
Thanks. I've updated this PR to target that branch. |
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.
Looks great, thanks!
* Make __wasi_linkcount_t a uint64_t (#134) Refs: WebAssembly/WASI#127 * Generate the WASI interface from witx. This replaces the hand-maintained <wasi/core.h> header with a <wasi/api.h> generated from witx. Most of the churn here is caused by upstream WASI renamings; hopefully in the future ABI updates will be less noisy.
Refs: WebAssembly/WASI#127