Skip to content

Commit e84a50b

Browse files
committed
Update readme
1 parent e5109bb commit e84a50b

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

README.md

+10-14
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,7 @@ Shortcuts for wasm
1818
* Supports type inference by walking up the tree, paying attention to param
1919
and local types.
2020

21-
## Installation
22-
23-
24-
## Usage
25-
26-
FIXME: explanation
27-
28-
$ java -jar wah-0.1.0-standalone.jar [args]
29-
30-
## Options
31-
32-
## Examples
33-
34-
...
21+
## [Introduction](docs/intro.md)
3522

3623
## Open Questions
3724

@@ -43,6 +30,15 @@ FIXME: explanation
4330
* Since source and output is 1:1, can / should we support compilation from
4431
WAST to WAH too?
4532

33+
## Contributing & open source
34+
35+
This is a PR-only repository: there's no issue tracker.
36+
37+
* To report a bug, open a PR with a failing testcase
38+
* To propose a feature, open a PR with a failing testcase or an initial implementation
39+
40+
I'll be overjoyed to review & merge PRs!
41+
4642
## License
4743

4844
Copyright © 2017 Tom MacWright

0 commit comments

Comments
 (0)