forked from WebAssembly/WASI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a simple README and Contributing.md.
- Loading branch information
0 parents
commit 3991c0e
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Contributing to WebAssembly | ||
|
||
Interested in participating? Please follow | ||
[the same contributing guidelines as the design repository][]. | ||
|
||
[the same contributing guidelines as the design repository]: https://github.com/WebAssembly/design/blob/master/Contributing.md | ||
|
||
Also, please be sure to read [the README.md](README.md) for this repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# WebAssembly System Interface | ||
|
||
 | ||
|
||
This repository accompanies the WebAssembly WASI Subgroup, | ||
focused on the design of the WASI, the WebAssembly System Interface. | ||
|
||
We'll be adding more content here, but for now, check out these: | ||
- https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/ - Blog post introducing WASI | ||
- https://wasi.dev/ - Links to more information about WASI | ||
- https://github.com/WebAssembly/WASI/issues - This repo's issue tracker | ||
|
||
The issue tracker is the place to ask questions, make suggestions, and start | ||
discussions. | ||
|
||
As a W3C CG Subgroup, we'll also be having meetings. Once we have a schedule | ||
for those, we'll post that here also. |