@@ -429,6 +429,13 @@ DEPENDENCY_REPOSITORIES = dict(
429
429
use_category = ["dataplane" ],
430
430
cpe = "N/A" ,
431
431
),
432
+ com_github_google_flatbuffers = dict (
433
+ sha256 = "b8efbc25721e76780752bad775a97c3f77a0250271e2db37fc747b20e8b0f24a" ,
434
+ strip_prefix = "flatbuffers-a83caf5910644ba1c421c002ef68e42f21c15f9f" ,
435
+ urls = ["https://github.com/google/flatbuffers/archive/a83caf5910644ba1c421c002ef68e42f21c15f9f.tar.gz" ],
436
+ use_category = ["dataplane" ],
437
+ cpe = "N/A" ,
438
+ ),
432
439
com_googlesource_code_re2 = dict (
433
440
sha256 = "2e9489a31ae007c81e90e8ec8a15d62d58a9c18d4fd1603f6441ef248556b41f" ,
434
441
strip_prefix = "re2-2020-07-06" ,
@@ -481,4 +488,40 @@ DEPENDENCY_REPOSITORIES = dict(
481
488
use_category = ["dataplane" ],
482
489
cpe = "cpe:2.3:a:icu-project:international_components_for_unicode" ,
483
490
),
491
+ proxy_wasm_cpp_sdk = dict (
492
+ sha256 = "7d9e1f2e299215ed3e5fa8c8149740872b1100cfe3230fc639f967d9dcfd812e" ,
493
+ strip_prefix = "proxy-wasm-cpp-sdk-5cec30b448975e1fd3f4117311f0957309df5cb0" ,
494
+ urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/5cec30b448975e1fd3f4117311f0957309df5cb0.tar.gz" ],
495
+ use_category = ["dataplane" ],
496
+ cpe = "N/A" ,
497
+ ),
498
+ proxy_wasm_cpp_host = dict (
499
+ sha256 = "494d3f81156b92bac640c26000497fbf3a7b1bc35f9789594280450c6e5d8129" ,
500
+ strip_prefix = "proxy-wasm-cpp-host-928db4d79ec7b90aea3ad13ea5df36dc60c9c31d" ,
501
+ urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-host/archive/928db4d79ec7b90aea3ad13ea5df36dc60c9c31d.tar.gz" ],
502
+ use_category = ["dataplane" ],
503
+ cpe = "N/A" ,
504
+ ),
505
+ emscripten_toolchain = dict (
506
+ sha256 = "2bdbee6947e32ad1e03cd075b48fda493ab16157b2b0225b445222cd528e1843" ,
507
+ patch_cmds = [
508
+ "./emsdk install 1.39.19-upstream" ,
509
+ "./emsdk activate --embedded 1.39.19-upstream" ,
510
+ ],
511
+ strip_prefix = "emsdk-dec8a63594753fe5f4ad3b47850bf64d66c14a4e" ,
512
+ urls = ["https://github.com/emscripten-core/emsdk/archive/dec8a63594753fe5f4ad3b47850bf64d66c14a4e.tar.gz" ],
513
+ use_category = ["build" ],
514
+ ),
515
+ rules_antlr = dict (
516
+ sha256 = "7249d1569293d9b239e23c65f6b4c81a07da921738bde0dfeb231ed98be40429" ,
517
+ strip_prefix = "rules_antlr-3cc2f9502a54ceb7b79b37383316b23c4da66f9a" ,
518
+ urls = ["https://github.com/marcohu/rules_antlr/archive/3cc2f9502a54ceb7b79b37383316b23c4da66f9a.tar.gz" ],
519
+ use_category = ["build" ],
520
+ ),
521
+ antlr4_runtimes = dict (
522
+ sha256 = "4d0714f441333a63e50031c9e8e4890c78f3d21e053d46416949803e122a6574" ,
523
+ strip_prefix = "antlr4-4.7.1" ,
524
+ urls = ["https://github.com/antlr/antlr4/archive/4.7.1.tar.gz" ],
525
+ use_category = ["build" ],
526
+ ),
484
527
)
0 commit comments