Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 01:41
· 20 commits to main since this release

Installation

Important

Installation is only supported via Bzlmod!

Install from BCR

bazel_dep(name = "bzlparty_rules_quickjs", version = "0.1.0")

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 = "fa22b8fffc3fc7c5a1f88dd9f64ab12bac638e24",
)

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.1.0/rules_quickjs-v0.1.0.tar.gz",
    strip_prefix = "rules_quickjs-0.1.0",
    integrity = "sha256-c1e10ca4791d7385eaa8463c00bd91bf58b439cda52c3afc742dbb72db78938e",
)

Checksums

rules_quickjs-v0.1.0.tar.gz c1e10ca4791d7385eaa8463c00bd91bf58b439cda52c3afc742dbb72db78938e

Full Changelog: v0.0.0...v0.1.0