Skip to content

Commit

Permalink
docs: update toc
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 8, 2024
1 parent 77c2cc9 commit ca5bb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Summary

- [Introduction](./introduction.md)
- [Transpiling](./transpiling.md)
- [Example](./example.md)
- [Contributor Guide](#)
- [Contributing to the Codebase](./contributing.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Features

- [Transpiling](transpiling.md) Wasm Component binaries into [ECMAScript modules](https://nodejs.org/api/esm.html#modules-ecmascript-modules) that can run in any JavaScript environment.
- [Transpiling](./transpiling.md) Wasm Component binaries into [ECMAScript modules](https://nodejs.org/api/esm.html#modules-ecmascript-modules) that can run in any JavaScript environment.
- WASI Preview2 support in Node.js & browsers (experimental).
- Component builds of Wasm Tools helpers, available for use as a library or CLI commands for use in native JS environments
- Optimization helper for Components via Binaryen.
Expand Down

0 comments on commit ca5bb33

Please sign in to comment.