licenses.dev

wasmer-compiler-singlepass v2.3.0

Singlepass compiler for Wasmer WebAssembly runtime

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT44
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT11
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
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
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
enumset_derive • 0.10.0An internal helper crate for enumset. Not public API.INDIRECT9
enumset • 1.1.5A library for creating compact sets of enums.INDIRECT10
fallible-iterator • 0.2.0Fallible iterator traitsINDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
gimli • 0.26.2A library for reading and writing the DWARF debugging format.DIRECT11
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
hashbrown • 0.11.2A Rust port of Google's SwissTable hash mapDIRECT7
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.INDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT8
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
memmap2 • 0.5.10Cross-platform Rust API for memory-mapped file IOINDIRECT1
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT6
proc-macro2 • 1.0.89A 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
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustDIRECT5
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
rustversion • 1.0.18Conditional compilation according to rustc compiler versionINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
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 stackDIRECT0
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.85Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
MIT5
PackageRelationDependenciesPublished
darling_core • 0.20.10Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT6
darling_macro • 0.20.10Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT7
darling • 0.20.10A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT8
loupe-derive • 0.1.3Profiling tool for Rust, see the `loupe` crateINDIRECT4
loupe • 0.1.3Profiling tool for RustDIRECT12
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.DIRECT0
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
MPL-2.02
PackageRelationDependenciesPublished
dynasm • 1.2.3A plugin for assembling code at runtime. Combined with the runtime crate dynasmrt it can be used to write JIT compilers easily.DIRECT10
dynasmrt • 1.2.3A simple runtime for assembling code at runtime. Combined with the plugin crate dynasm it can be used to write JIT compilers easily.DIRECT13
Apache-2.0 WITH LLVM-exception2
PackageRelationDependenciesPublished
target-lexicon • 0.12.16Targeting utilities for compilers and related toolsDIRECT0
wasmparser • 0.83.0A simple event-driven library for parsing WebAssembly binary files. INDIRECT0
MIT OR Apache-2.0 WITH LLVM-exception2
PackageRelationDependenciesPublished
wasmer-compiler • 2.3.0Base compiler abstraction for Wasmer WebAssembly runtimeDIRECT41
wasmer-types • 2.3.0Wasmer Common TypesDIRECT30
0BSD2
PackageRelationDependenciesPublished
enum-iterator-derive • 0.7.0Procedural macro to derive SequenceINDIRECT4
enum-iterator • 0.7.0Tools to iterate over all values of a type (e.g. all variants of an enumeration)INDIRECT5
CC0-1.01
PackageRelationDependenciesPublished
more-asserts • 0.2.2Small library providing additional assert_* and debug_assert_* macros.DIRECT0
unknown1
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
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
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
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/wasmer-compiler-singlepass)](https://licenses.dev/cargo/wasmer-compiler-singlepass)
<a href="https://licenses.dev/cargo/wasmer-compiler-singlepass">
  <img src="https://licenses.dev/b/cargo/wasmer-compiler-singlepass" alt="licenses" />
</a>

Or the licenses badge code for the 2.3.0 version:

[![licenses](https://licenses.dev/b/cargo/wasmer-compiler-singlepass/2.3.0)](https://licenses.dev/cargo/wasmer-compiler-singlepass/2.3.0)
<a href="https://licenses.dev/cargo/wasmer-compiler-singlepass/2.3.0">
  <img src="https://licenses.dev/b/cargo/wasmer-compiler-singlepass/2.3.0" alt="licenses" />
</a>
GitHub