Skip to content

Commit 3991c0e

Browse files
committed
Add a simple README and Contributing.md.
0 parents  commit 3991c0e

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

Contributing.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Contributing to WebAssembly
2+
3+
Interested in participating? Please follow
4+
[the same contributing guidelines as the design repository][].
5+
6+
[the same contributing guidelines as the design repository]: https://github.com/WebAssembly/design/blob/master/Contributing.md
7+
8+
Also, please be sure to read [the README.md](README.md) for this repository.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# WebAssembly System Interface
2+
3+
![WASI](WASI.png)
4+
5+
This repository accompanies the WebAssembly WASI Subgroup,
6+
focused on the design of the WASI, the WebAssembly System Interface.
7+
8+
We'll be adding more content here, but for now, check out these:
9+
- https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/ - Blog post introducing WASI
10+
- https://wasi.dev/ - Links to more information about WASI
11+
- https://github.com/WebAssembly/WASI/issues - This repo's issue tracker
12+
13+
The issue tracker is the place to ask questions, make suggestions, and start
14+
discussions.
15+
16+
As a W3C CG Subgroup, we'll also be having meetings. Once we have a schedule
17+
for those, we'll post that here also.

WASI.png

10.8 KB
Loading

0 commit comments

Comments
 (0)