pub fn link()
Scan .js2zig-cache/ and emit cargo:rustc-link-* directives for each compiled static library.
.js2zig-cache/
cargo:rustc-link-*
Call this from your build.rs:
build.rs
fn main() { js2rust_bridge::link(); }