Skip to content

Commit

Permalink
Meta: Update Lagom ReadMe links to the Ladybird LibJS website
Browse files Browse the repository at this point in the history
Also remove references to the web REPL as we no longer build that.
  • Loading branch information
awesomekling committed Jul 7, 2024
1 parent 33bfac2 commit bbc17c3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Meta/Lagom/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ 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://serenityos.github.io/libjs-website/test262) for LibJS are run per-commit and tracked on [LibJS website](https://serenityos.github.io/libjs-website/).
- [Wasm spec tests](https://serenityos.github.io/libjs-website/wasm) for LibWasm are run per-commit and tracked on [LibJS website](https://serenityos.github.io/libjs-website/).
- [A Wasm LibJS Repl](https://serenityos.github.io/libjs-website/repl) using an Emscripten build of Lagom is hosted on [LibJS website](https://serenityos.github.io/libjs-website/).
- [The LibJS Repl](../../.github/workflows/ladybird-js-artifacts.yml) is built per-commit for Linux and macOS for use by the [esvu](https://github.com/devsnek/esvu) project.
- [ECMA 262 spec tests](https://ladybirdbrowser.github.io/libjs-website/test262) for LibJS are run per-commit and tracked on [LibJS website](https://ladybirdbrowser.github.io/libjs-website/).
- [Wasm spec tests](https://ladybirdbrowser.github.io/libjs-website/wasm) for LibWasm are run per-commit and tracked on [LibJS website](https://ladybirdbrowser.github.io/libjs-website/).

## Using Lagom in an External Project
It is possible to use Lagom for your own projects outside of Serenity too!
Expand Down

0 comments on commit bbc17c3

Please sign in to comment.