Skip to content

0.0.6

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Oct 18:29
· 9 commits to main since this release

Using Bzlmod

Add to your file:

bazel_dep(name = "rules_ispc", version = "0.0.6")

ispc = use_extension("@rules_ispc//:extensions.bzl", "ispc")
ispc.download()

use_repo(
    ispc,
    "ispc_linux_x86_64",
    "ispc_windows_x86_64",
    "ispc_osx_x86_64",
    "ispc_osx_arm64"
)

register_toolchains(
    "@rules_ispc//tools:all",
    dev_dependency = True,
)

Full Changelog: 0.0.5...0.0.6