licenses.dev

cranelift-wasm v0.80.1

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 MIT17
PackageRelationDependenciesPublished
ahash • 0.4.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
hashbrown • 0.9.1A Rust port of Google's SwissTable hash mapDIRECT1
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
leb128 • 0.2.5Read and write DWARF's "Little Endian Base 128" (LEB128) variable length integer encoding.INDIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
proc-macro2 • 1.0.92A 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
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackDIRECT0
syn • 2.0.90Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
Apache-2.0 WITH LLVM-exception10
PackageRelationDependenciesPublished
cranelift-bforest • 0.80.1A forest of B+-treesINDIRECT7
cranelift-codegen-meta • 0.80.1Metaprogram for cranelift-codegen code generator libraryINDIRECT1
cranelift-codegen-shared • 0.80.1For code shared between cranelift-codegen-meta and cranelift-codegenINDIRECT0
cranelift-codegen • 0.80.1Low-level code generator libraryDIRECT15
cranelift-entity • 0.80.1Data structures using entity references as mapping keysDIRECT6
cranelift-frontend • 0.80.1Cranelift IR builder helperDIRECT16
regalloc • 0.0.33Modular register allocation algorithmsINDIRECT3
target-lexicon • 0.12.16Targeting utilities for compilers and related toolsDIRECT0
wasmparser • 0.81.0A simple event-driven library for parsing WebAssembly binary files. DIRECT0
wasmtime-types • 0.33.1WebAssembly type definitions for CraneliftDIRECT10
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
PackageRelationDependenciesPublished
wasm-encoder • 0.218.0A low-level WebAssembly encoder. INDIRECT1
wast • 218.0.0Customizable Rust parsers for the WebAssembly Text formats WAT and WAST INDIRECT5
wat • 1.218.0Rust parser for the WebAssembly Text format, WAT DIRECT6
MIT OR Unlicense1
PackageRelationDependenciesPublished
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
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
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.80.1 version:

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