Skip to content

Commit 6a3d5f9

Browse files
docs: add help links to WebAssembly guide (#802)
1 parent 19f7e67 commit 6a3d5f9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/getting-started/webassembly-wasi.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ How `jco transpile` is outside the scope of this guide, you can read more about
335335

336336
## More information
337337

338-
To learn moreabout WASI, WebAssembly components and more, see the following resources:
338+
To learn more about WASI, WebAssembly components and more, see the following resources:
339339

340340
- [BytecodeAlliance Component Model book][cm-book]
341341
- [`jco` codebase][jco]
@@ -344,6 +344,12 @@ To learn moreabout WASI, WebAssembly components and more, see the following reso
344344
- [`componentize-js` codebase][componentize-js]
345345
- [StarlingMonkey codebase][sm]
346346

347+
To reach out to the WebAssembly community with questions, comments, contributions or to file issues:
348+
349+
- [Bytecode Alliance Zulip](https://bytecodealliance.zulipchat.com) (consider posting in the [#jco channel](https://bytecodealliance.zulipchat.com/#narrow/channel/409526-jco))
350+
- [Jco repository](https://github.com/bytecodealliance/jco)
351+
- [componentize-js repository](https://github.com/bytecodealliance/componentize-js)
352+
347353
[cm-book]: https://component-model.bytecodealliance.org/
348354
[jco-book]: https://bytecodealliance.github.io/jco/
349355
[jco-example-components]: https://github.com/bytecodealliance/jco/tree/main/examples/components

0 commit comments

Comments
 (0)