wasm-bindgen/build.rs
Nick Fitzgerald 81c9bbd1bd Add links section to Cargo.toml
Because only a single `wasm_bindgen` version can be used in a dependency graph,
pretend we link a native library so that `cargo` will provide better error
messages than the esoteric linker errors we would otherwise trigger.
2018-08-30 13:04:27 -07:00

3 lines
88 B
Rust

// Empty `build.rs` so that `[package] links = ...` works in `Cargo.toml`.
fn main() {}