bao-mozjs-src-python 140.13.0-4

SpiderMonkey source slice (python) for bao-mozjs-sys
Documentation
1
2
3
4
5
6
7
fn main() {
    // Export this package's source root to dependents' build scripts via the
    // `links` mechanism (bao-mozjs-sys consumes DEP_BAO_MOZJS_SRC_*_ROOT to
    // synthesize the virtual mozjs topsrcdir).
    println!("cargo:root={}", std::env::var("CARGO_MANIFEST_DIR").unwrap());
    println!("cargo:rerun-if-changed=mozjs/");
}