licenses.dev

cranelift-wasm v0.50.0

Translator from WebAssembly to Cranelift IR

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 WITH LLVM-exception

Dependency Licenses

Apache-2.0 OR MIT25
PackageRelationDependenciesPublished
ahash • 0.2.19A non-cryptographic hash function using AES-NI for high performanceINDIRECT9
autocfg • 0.1.8Automatic cfg for Rust compiler featuresINDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
cc • 1.1.31A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
cmake • 0.1.51A build dependency for running `cmake` to build a native library INDIRECT2
const-random-macro • 0.1.16Provides the procedural macro used by const-randomINDIRECT7
const-random • 0.1.18Provides compile time random number generation.INDIRECT8
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
glob • 0.2.11Support for matching file paths against Unix shell style patterns. INDIRECT0
hashbrown • 0.6.3A Rust port of Google's SwissTable hash mapDIRECT12
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 2.0.82Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.64Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.64derive(Error)DIRECT5
Apache-2.0 WITH LLVM-exception8
PackageRelationDependenciesPublished
cranelift-bforest • 0.50.0A forest of B+-treesINDIRECT1
cranelift-codegen-meta • 0.50.0Metaprogram for cranelift-codegen code generator libraryINDIRECT2
cranelift-codegen-shared • 0.50.0For code shared between cranelift-codegen-meta and cranelift-codegenINDIRECT0
cranelift-codegen • 0.50.0Low-level code generator libraryDIRECT14
cranelift-entity • 0.50.0Data structures using entity references as mapping keysDIRECT0
cranelift-frontend • 0.50.0Cranelift IR builder helperDIRECT15
target-lexicon • 0.9.0Targeting utilities for compilers and related toolsDIRECT0
wasmparser • 0.39.3A simple event-driven library for parsing WebAssembly binary files. DIRECT0
Apache-2.02
PackageRelationDependenciesPublished
wabt-sys • 0.6.1Bindings to the wabt libraryINDIRECT4
wabt • 0.9.1Bindings to the wabt libraryDIRECT15
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
tiny-keccak • 2.0.2An implementation of Keccak derived functions.INDIRECT1
MIT1
PackageRelationDependenciesPublished
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/cranelift-wasm)](https://licenses.dev/cargo/cranelift-wasm)
<a href="https://licenses.dev/cargo/cranelift-wasm">
  <img src="https://licenses.dev/b/cargo/cranelift-wasm" alt="licenses" />
</a>

Or the licenses badge code for the 0.50.0 version:

[![licenses](https://licenses.dev/b/cargo/cranelift-wasm/0.50.0)](https://licenses.dev/cargo/cranelift-wasm/0.50.0)
<a href="https://licenses.dev/cargo/cranelift-wasm/0.50.0">
  <img src="https://licenses.dev/b/cargo/cranelift-wasm/0.50.0" alt="licenses" />
</a>
GitHub