wasm-bpf/examples/rust-bootstrap/build.rs

4 lines
66 B
Rust

fn main() {
println!("cargo:rustc-link-arg=--export-table")
}