1
0
Fork 0
forked from fun/fun

Added documentation for the newly added website root to the root of the Fun project. No code changes. (0.40.5)

This commit is contained in:
Johannes Findeisen 2026-04-10 22:41:52 +02:00
commit 4f8beb70b9

View file

@ -34,6 +34,7 @@ This file serves as an index of the documents in this directory. Links are relat
- [performance.md](./performance.md) - Build/runtime tuning tips and patterns for better performance.
- [security-and-sandboxing.md](./security-and-sandboxing.md) - Trust boundaries, I/O expectations, and capability restrictions.
- [faq.md](./faq.md) - Frequently asked questions and quick answers.
- [website.md](./website.md) - Documentation for the [fun-lang.xyz](https://fun-lang.xyz) website in the `./web/` directory.
- [writing-tests.md](./writing-tests.md) - How to author new tests for Fun and opcode components.
- [bytecode-format.md](./bytecode-format.md) - Reference for the bytecode format (split out from internals for convenience).
- [roadmap.md](./roadmap.md) - High-level direction, planned features, and pointers to issues.