wasmer-inline-c-macro 0.1.6

The macros for the `inline-c` crate, that allows to write and execute C code inside Rust
Documentation
1
2
3
4
5
fn main() {
    if rustc_version::version_meta().unwrap().channel == rustc_version::Channel::Nightly {
        println!("cargo:rustc-cfg=nightly");
    }
}