File tree 1 file changed +10
-14
lines changed
1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,7 @@ Shortcuts for wasm
18
18
* Supports type inference by walking up the tree, paying attention to param
19
19
and local types.
20
20
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 )
35
22
36
23
## Open Questions
37
24
@@ -43,6 +30,15 @@ FIXME: explanation
43
30
* Since source and output is 1:1, can / should we support compilation from
44
31
WAST to WAH too?
45
32
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
+
46
42
## License
47
43
48
44
Copyright © 2017 Tom MacWright
You can’t perform that action at this time.
0 commit comments