1 unstable release
0.1.0 | Jan 9, 2024 |
---|
#8 in #builtins
380KB
7K
SLoC
compiler-rt-builtins
The LLVM compiler-rt builtins source, conveniently packaged as a Rust crate.
[dependencies]
compiler-rt-builtins = "0.1"
In your build.rs
:
println!("cargo:rustc-link-lib=compiler-rt-builtins");
Created because when compiling C code to wasm32-unknown-unknown
, some builtins are missing from Rust's compiler_builtins
. Might have other uses too, who knows?
No runtime deps
~225KB