Today I saw a PR that was created, reviewed and merged in a few hours, with interaction just from people working in Fastly, but no one outside.
This is fine per se, but it made me realize that perhaps the WASI repo itself should just contain the specification and not any implementation details, since most of the VM implementors are watching the repo just for changes in the specification.
Separating implementation from specification is a common practice that is also followed by other projects.
For example, GraphQL has a specification repo (that includes no code whatsoever) and a reference implementation repo.
Perhaps will be a good idea to move WITX outside of the WASI spec repo since it's an implementation tool that depends only (one way) on the specification.
Today I saw a PR that was created, reviewed and merged in a few hours, with interaction just from people working in Fastly, but no one outside.
This is fine per se, but it made me realize that perhaps the WASI repo itself should just contain the specification and not any implementation details, since most of the VM implementors are watching the repo just for changes in the specification.
Separating implementation from specification is a common practice that is also followed by other projects.
For example, GraphQL has a specification repo (that includes no code whatsoever) and a reference implementation repo.
Perhaps will be a good idea to move WITX outside of the WASI spec repo since it's an implementation tool that depends only (one way) on the specification.