We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d26819 commit 10ae611Copy full SHA for 10ae611
1 file changed
bazel/extensions.bzl
@@ -12,8 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
16
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
+load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
17
load("//bazel/cargo/wasmtime/remote:crates.bzl", _wasmtime_crate_repositories = "crate_repositories")
18
19
def _wasmtime_crates_impl(ctx):
@@ -162,4 +162,3 @@ def _wasmedge_impl(ctx):
162
wasmedge = module_extension(
163
implementation = _wasmedge_impl,
164
)
165
-
0 commit comments