Skip to content

Add WASI bindings #562

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

Merged
merged 13 commits into from
Mar 31, 2019
Merged

Add WASI bindings #562

merged 13 commits into from
Mar 31, 2019

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Mar 27, 2019

This PR adds bindings for WASI, the WebAssembly System Interface. A test makes sure that it parses and initializes properly, and that struct layouts are matching.

Open questions:

  • Will the structs "just work"?
  • Some constants use prefixes that seem to be unnecessary because implied by their enclosing enum,, see (resolved) comments below
  • Does it have to be wasi_unstable?

@jedisct1
Copy link

It has to be wasi_unstable. This is what wasm embedders will use, at least for now.

@willemneal willemneal mentioned this pull request Mar 28, 2019
@dcodeIO
Copy link
Member Author

dcodeIO commented Mar 29, 2019

I think this should be as complete as it gets, unless there are further comments that is :)

@dcodeIO dcodeIO merged commit 85de20c into master Mar 31, 2019
@dcodeIO dcodeIO deleted the wasi-bindings branch September 20, 2019 09:06
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