Skip to main content

link

Function link 

Source
pub fn link()
Expand description

Scan .js2zig-cache/ and emit cargo:rustc-link-* directives for each compiled static library.

Call this from your build.rs:

fn main() {
    js2rust_bridge::link();
}