v8 149.2.0

Rust bindings to V8
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
module root {
  requires gnuinlineasm, !systemz
  header "../libc++/root.h"

  module submodule {
    requires arm64
    requires x64, gnuinlineasm
    header "../libc++/subdir/requires_unmet.h"
  }
  textual header "../libc++/textual.h"
  private header "../libc++/private.h"
}