https://github.com/bzlparty/modules_graaljs
Bazel modules for GraalJs
https://github.com/bzlparty/modules_graaljs
bazel-rules bazel-toolchain starlark
Last synced: 4 months ago
JSON representation
Bazel modules for GraalJs
- Host: GitHub
- URL: https://github.com/bzlparty/modules_graaljs
- Owner: bzlparty
- License: lgpl-3.0
- Created: 2024-06-07T21:41:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T09:42:26.000Z (over 1 year ago)
- Last Synced: 2025-03-16T11:42:21.000Z (7 months ago)
- Topics: bazel-rules, bazel-toolchain, starlark
- Language: Starlark
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bazel modules for GraalJs
[](https://github.com/bzlparty/graaljs/actions/workflows/test.yaml)
## Packages
- [**toolchains_graalnodejs**](/graalnodejs) Provides a `node_toolchain` for the GraalVM Node.js runtime.
- [**rules_graaljs**](/graaljs) Rules to run applications on the GraalVM JavaScript runtime.## Installation
See install instructions on the [release page](https://github.com/bzlparty/graaljs/releases).
## Development
Install git hooks:
```bash
pre-commit install
```## License
[GNU LGPL 3.0](/LICENSE)