v8 149.0.0

Rust bindings to V8
Documentation
1
2
3
4
5
6
7
8
load("@rules_cc//cc:cc_library.bzl", "cc_library")

cc_library(
    name = "fast_float",
    hdrs = glob(["include/fast_float/*.h"]),
    strip_include_prefix = "include",
    visibility = ["//visibility:public"],
)