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

Wasi snapshot preview1 #140

Merged
merged 2 commits into from
Nov 22, 2019
Merged

Wasi snapshot preview1 #140

merged 2 commits into from
Nov 22, 2019

Conversation

sunfishcode
Copy link
Member

wasi_snapshot_preview1 is now ready to go!

Note that in this update, <wasi/core.h> is renamed to <wasi/api.h>, and many of the constants have different names as well, as they're now auto-generated from witx.

cjihrig and others added 2 commits November 21, 2019 20:01
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.
@sunfishcode
Copy link
Member Author

Merging, as there are no new changes here; this is just moving the changes from a branch to master.

@sunfishcode sunfishcode merged commit 446cb3f into master Nov 22, 2019
@sunfishcode sunfishcode deleted the wasi_snapshot_preview1 branch November 22, 2019 04:06
sbc100 added a commit that referenced this pull request Dec 3, 2019
This should probably have been part of #140 but we don't actually
support signals so this doesn't get much testing I imagine.
sbc100 added a commit that referenced this pull request Dec 3, 2019
This should probably have been part of #140 but we don't actually
support signals so this doesn't get much testing I imagine.

The old names like `__WASI_SIGBUS` no longer exist and the new names
look like `__WASI_SIGNAL_BUS`.
sbc100 added a commit that referenced this pull request Dec 3, 2019
This should probably have been part of #140 but we don't actually
support signals so this doesn't get much testing I imagine.

The old names like `__WASI_SIGBUS` no longer exist and the new names
look like `__WASI_SIGNAL_BUS`.
sunfishcode pushed a commit that referenced this pull request Dec 3, 2019
This should probably have been part of #140 but we don't actually
support signals so this doesn't get much testing I imagine.

The old names like `__WASI_SIGBUS` no longer exist and the new names
look like `__WASI_SIGNAL_BUS`.
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

2 participants