mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-05-09 04:05:12 +02:00
5 lines
150 B
Rust
5 lines
150 B
Rust
fn main() {
|
|
println!("cargo:rustc-link-arg=-sEXPORTED_RUNTIME_METHODS=['cwrap','ccall']");
|
|
println!("cargo:rustc-link-arg=-sEXPORT_ES6=1");
|
|
}
|