compiler-rt-builtins 0.1.0

The LLVM compiler-rt builtins source, conveniently packaged as a Rust crate.
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 471.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 231.38 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • trevyn/compiler-rt-builtins
    5 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • trevyn

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?