| module( | |
| name = "wabt", | |
| version = "1.0.37", | |
| bazel_compatibility = [">=8.0.0"], | |
| compatibility_level = 1, | |
| ) | |
| bazel_dep(name = "bazel_skylib", version = "1.7.1") | |
| bazel_dep(name = "platforms", version = "1.0.0") | |
| bazel_dep(name = "rules_cc", version = "0.1.1") |