An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Bazel modules for GraalJs

[![Test](https://github.com/bzlparty/modules_graaljs/actions/workflows/test.yaml/badge.svg?branch=main&event=push)](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)