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 7e00fee commit 265e9d8Copy full SHA for 265e9d8
BUILD
@@ -12,7 +12,6 @@
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",
@@ -22,6 +21,7 @@ load(
22
21
"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