mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-15 09:40:52 +00:00
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() {}
|