Skip to content

v0.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 19:06
· 30 commits to main since this release

Installation

Important

Installation is only supported via Bzlmod!

Install from Git

bazel_dep(name = "bzlparty_rules_quickjs")

git_override(
    module_name = "bzlparty_rules_quickjs",
    remote = "git@github.com:bzlparty/rules_quickjs.git",
    commit = "eb1ea9c5cc451fc7d6a69fafba7f8c85abed9468",
)

Install from Archive

bazel_dep(name = "bzlparty_rules_quickjs")

archive_override(
    module_name = "bzlparty_rules_quickjs",
    urls = "https://github.com/bzlparty/rules_quickjs/releases/download/v0.0.0/rules_quickjs-v0.0.0.tar.gz",
    strip_prefix = "rules_quickjs-0.0.0",
    integrity = "sha256-6a54496fef2a6f6f1af054ca61a6b10e73e04afcfff02e78c8d26b66039b6bc0",
)

Checksums

rules_quickjs-v0.0.0.tar.gz 6a54496fef2a6f6f1af054ca61a6b10e73e04afcfff02e78c8d26b66039b6bc0

Full Changelog: https://github.com/bzlparty/rules_quickjs/commits/v0.0.0