mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 14:27:36 +03:00
81c9bbd1bd
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.
3 lines
88 B
Rust
3 lines
88 B
Rust
// Empty `build.rs` so that `[package] links = ...` works in `Cargo.toml`.
|
|
fn main() {}
|