We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a604114 commit 70af61fCopy full SHA for 70af61f
BUILD
@@ -12,6 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+load("@rules_cc//cc:defs.bzl", "cc_library")
16
load(
17
"@proxy_wasm_cpp_host//bazel:select.bzl",
18
"proxy_wasm_select_engine_null",
@@ -21,7 +22,6 @@ load(
21
22
"proxy_wasm_select_engine_wasmtime",
23
"proxy_wasm_select_engine_wavm",
24
)
-load("@rules_cc//cc:defs.bzl", "cc_library")
25
26
licenses(["notice"]) # Apache 2
27
0 commit comments