Skip to content

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