Minimum bazel version: 7.0.0
(Support for projects not using bzlmod
will be added in a future
release.)
If you're using bzlmod
, add the following to MODULE.bazel
:
bazel_dep(name = "rules_nasm", version = ".2.1")
# configure the toolchain
nasm = use_extension("@rules_nasm//nasm:extensions.bzl", "nasm")
nasm.toolchain(
nasm_version = "2.16.03",
)
What's Changed
Full Changelog: 0.2.0...0.2.1