mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Update libjs.dev links to test262.fyi
This commit is contained in:
parent
cb16c217b8
commit
67ca5d6572
Notes:
sideshowbarker
2024-07-17 08:45:34 +09:00
Author: https://github.com/aduerig 🔰 Commit: https://github.com/SerenityOS/serenity/commit/67ca5d6572 Pull-request: https://github.com/SerenityOS/serenity/pull/21492
2 changed files with 2 additions and 7 deletions
|
@ -22,8 +22,6 @@ This is a roughly categorized list of pages relating to SerenityOS and its subpr
|
|||
- [Issues Found by OSS-Fuzz Continuous Fuzzing](https://bugs.chromium.org/p/oss-fuzz/issues/list?q=label:Proj-serenity)
|
||||
- [Azure CI Overview](https://dev.azure.com/SerenityOS/SerenityOS/_build)
|
||||
- [SonarCloud Static Analysis](https://sonarcloud.io/project/overview?id=SerenityOS_serenity)
|
||||
- [libjs.dev](https://libjs.dev/)
|
||||
- [Try LibJS Online!](https://libjs.dev/repl/)
|
||||
- [Compiler Explorer](https://serenity.godbolt.org/): Select "Lagom trunk" under "Libraries" and add the compiler option `-std=c++20`
|
||||
|
||||
## Related Projects
|
||||
|
@ -59,8 +57,7 @@ This is a roughly categorized list of pages relating to SerenityOS and its subpr
|
|||
- [Emoji Table](https://emoji.serenityos.net/)
|
||||
- [Emoji Statistics](https://emoji.serenityos.net/chart.emoji.serenityos)
|
||||
- [Flags](https://flags.serenityos.net/)
|
||||
- [test262](https://libjs.dev/test262/) (JavaScript Spec Tests)
|
||||
- [Wasm Spec Tests](https://libjs.dev/wasm/)
|
||||
- [test262](https://test262.fyi/) (JavaScript Spec Tests)
|
||||
- [Test Performance](https://github.com/alimpfard/random-serenity-statistics/tree/main/view/benchmarks/x86_64)
|
||||
- [serenityos.social Statistics](https://grafana.serenityos.social/public)
|
||||
|
||||
|
|
|
@ -14,9 +14,7 @@ Lagom is used by the Serenity project in the following ways:
|
|||
- [Unit tests](../../Documentation/RunningTests.md) in CI are built using the Lagom build for host systems to ensure portability.
|
||||
- [Continuous fuzzing](#fuzzing-on-oss-fuzz) is done with the help of OSS-fuzz using the Lagom build.
|
||||
- [The Ladybird browser](../../Ladybird/README.md) uses Lagom to provide LibWeb and LibJS for non-Serenity systems.
|
||||
- [ECMA 262 spec tests](https://libjs.dev/test262) for LibJS are run per-commit and tracked on [libjs.dev](https://libjs.dev).
|
||||
- [Wasm spec tests](https://libjs.dev/wasm) for LibWasm are run per-commit and tracked on [libjs.dev](https://libjs.dev).
|
||||
- [A Wasm LibJS Repl](https://libjs.dev/repl) using an Emscripten build of Lagom is hosted on [libjs.dev](https://libjs.dev).
|
||||
- [ECMA 262 spec tests](https://v8.github.io/test262/website/default.html) for LibJS are run per-commit and tracked on [test262.fyi](https:/test262.fyi) by CanadaHonk.
|
||||
- [The LibJS Repl](../../.github/workflows/serenity-js-artifacts.yml) is built per-commit for Linux and macOS for use by the [esvu](https://github.com/devsnek/esvu) project.
|
||||
|
||||
## Using Lagom in an External Project
|
||||
|
|
Loading…
Reference in a new issue