diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index a30f2b0b64219..9356de0dacae0 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -736,11 +736,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Webassembly Micro Runtime", project_desc = "A standalone runtime with a small footprint for WebAssembly", project_url = "https://github.com/bytecodealliance/wasm-micro-runtime", - version = "b554a9d05d89bb4ef28068b4ae4d0ee6c99bc9db", - sha256 = "de6b68118c5d4b0d37c9049fa08fae6a850304522ec307f087f0eca4ad8fff57", + version = "WAMR-08-10-2021", + sha256 = "4016f8330b2ed4fb5d9541ecd5bc4298f324097803a1f270fdbe691389cedfd9", strip_prefix = "wasm-micro-runtime-{version}", urls = ["https://github.com/bytecodealliance/wasm-micro-runtime/archive/{version}.tar.gz"], - release_date = "2021-07-06", + release_date = "2021-08-10", use_category = ["dataplane_ext"], extensions = ["envoy.wasm.runtime.wamr"], cpe = "N/A",