licenses.dev

wasmer v2.3.0

High-performance WebAssembly runtime

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT116
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
anyhow • 1.0.91Flexible concrete Error type built on std::error::ErrorDIRECT0
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
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.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. DIRECT0
console_error_panic_hook • 0.1.7A panic hook for `wasm32-unknown-unknown` that logs panics to `console.error`INDIRECT13
corosensei • 0.1.4A fast and safe implementation of stackful coroutinesINDIRECT10
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
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
errno • 0.3.9Cross-platform interface to the `errno` variable.INDIRECT11
fallible-iterator • 0.2.0Fallible iterator traitsINDIRECT0
fastrand • 2.1.1A simple and fast random number generatorINDIRECT0
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.INDIRECT18
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 mapINDIRECT7
home • 0.5.9Shared definitions of home directories.INDIRECT10
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.DIRECT15
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
js-sys • 0.3.72Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. DIRECT13
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
leb128 • 0.2.5Read and write DWARF's "Little Endian Base 128" (LEB128) variable length integer encoding.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
memmap2 • 0.5.10Cross-platform Rust API for memory-mapped file IOINDIRECT1
minicov • 0.3.6Code coverage and profile-guided optimization support for no_std and embedded programsINDIRECT15
object • 0.28.4A unified interface for reading and writing object file formats.INDIRECT19
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
parking_lot_core • 0.9.10An advanced API for creating custom synchronization primitives.INDIRECT14
parking_lot • 0.12.3More compact and efficient implementations of the standard synchronization primitives.INDIRECT18
pest • 2.7.14The Elegant ParserINDIRECT1
pin-project-lite • 0.2.15A lightweight version of pin-project written with declarative macros. 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 RustINDIRECT5
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
rustversion • 1.0.18Conditional compilation according to rustc compiler versionINDIRECT0
scoped-tls • 1.0.1Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. INDIRECT0
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
semver-parser • 0.10.2Parsing of the semver spec. INDIRECT2
semver • 0.11.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT3
semver • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_bytes • 0.11.15Optimized handling of `&[u8]` and `Vec<u8>` for SerdeINDIRECT6
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
simdutf8 • 0.1.5SIMD-accelerated UTF-8 validation.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
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.56Parser for Rust source codeINDIRECT3
tempfile • 3.8.0A library for managing temporary files and directories.DIRECT28
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)DIRECT5
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps. INDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wasm-bindgen-backend • 0.2.95Backend code generation of the wasm-bindgen tool INDIRECT8
wasm-bindgen-futures • 0.4.45Bridging the gap between Rust Futures and JavaScript PromisesINDIRECT15
wasm-bindgen-macro-support • 0.2.95The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT9
wasm-bindgen-macro • 0.2.95Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT10
wasm-bindgen-shared • 0.2.95Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen-test-macro • 0.3.45Internal testing macro for wasm-bindgenINDIRECT4
wasm-bindgen-test • 0.3.45Internal testing crate for wasm-bindgenDIRECT35
wasm-bindgen • 0.2.95Easy support for interacting between JS and Rust. DIRECT12
web-sys • 0.3.72Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT14
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.DIRECT2
windows_aarch64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.33.0Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.33.0Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.33.0Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.33.0Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.33.0Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.33.0Rust for WindowsINDIRECT5
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT25
PackageRelationDependenciesPublished
bytecheck • 0.6.10Derive macro for bytecheckINDIRECT8
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
llvm-sys • 120.3.2Bindings to LLVM's C APIINDIRECT12
loupe-derive • 0.1.3Profiling tool for Rust, see the `loupe` crateINDIRECT4
loupe • 0.1.3Profiling tool for RustDIRECT19
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
ptr_meta_derive • 0.1.4Macros for ptr_metaINDIRECT4
ptr_meta • 0.1.4A radioactive stabilization of the ptr_meta rfcINDIRECT5
redox_syscall • 0.3.5A Rust library to access raw Redox system callsINDIRECT1
redox_syscall • 0.5.7A Rust library to access raw Redox system callsINDIRECT1
region • 3.0.2Cross-platform virtual memory APIINDIRECT13
rkyv_derive • 0.7.45Derive macro for rkyvINDIRECT4
rkyv • 0.7.41Zero-copy deserialization framework for RustINDIRECT20
seahash • 4.1.0A blazingly fast, portable hash function with proven statistical guarantees.INDIRECT0
tracing-attributes • 0.1.27Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.32Core primitives for application-level tracing. INDIRECT1
tracing • 0.1.40Application-level tracing for Rust. INDIRECT9
wasmer-compiler-llvm • 2.3.0LLVM compiler for Wasmer WebAssembly runtimeDIRECT114
wasmer-compiler-singlepass • 2.3.0Singlepass compiler for Wasmer WebAssembly runtimeDIRECT74
wasmer-derive • 2.3.0Wasmer derive macrosDIRECT7
wasmer-engine-dylib • 2.3.0Wasmer Dylib EngineDIRECT118
wasmer-object • 2.3.0Wasmer Native Object generatorINDIRECT60
which • 4.4.2A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.INDIRECT27
Apache-2.0 WITH LLVM-exception9
PackageRelationDependenciesPublished
cranelift-bforest • 0.82.3A forest of B+-treesINDIRECT1
cranelift-codegen-meta • 0.82.3Metaprogram for cranelift-codegen code generator libraryINDIRECT1
cranelift-codegen-shared • 0.82.3For code shared between cranelift-codegen-meta and cranelift-codegenINDIRECT0
cranelift-codegen • 0.82.3Low-level code generator libraryINDIRECT28
cranelift-entity • 0.82.3Data structures using entity references as mapping keysINDIRECT0
cranelift-frontend • 0.82.3Cranelift IR builder helperINDIRECT29
regalloc • 0.0.34Modular register allocation algorithmsINDIRECT3
target-lexicon • 0.12.16Targeting utilities for compilers and related toolsDIRECT0
wasmparser • 0.83.0A simple event-driven library for parsing WebAssembly binary files. DIRECT0
MIT OR Apache-2.0 WITH LLVM-exception8
PackageRelationDependenciesPublished
wasmer-artifact • 2.3.0Wasmer Artifact abstractionDIRECT57
wasmer-compiler-cranelift • 2.3.0Cranelift compiler for Wasmer WebAssembly runtimeDIRECT79
wasmer-compiler • 2.3.0Base compiler abstraction for Wasmer WebAssembly runtimeDIRECT56
wasmer-engine-universal-artifact • 2.3.0Wasmer Engine Universal Artifact abstractionINDIRECT58
wasmer-engine-universal • 2.3.0Wasmer Universal EngineDIRECT90
wasmer-engine • 2.3.0Wasmer Engine abstractionDIRECT87
wasmer-types • 2.3.0Wasmer Common TypesDIRECT44
wasmer-vm • 2.3.0Runtime library support for WasmerDIRECT85
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception6
PackageRelationDependenciesPublished
linux-raw-sys • 0.4.14Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.38.10Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT23
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
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 Unlicense6
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT11
walkdir • 2.5.0Recursively walk a directory.INDIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
unknown3
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
bytecheck_derive • 0.6.12Derive macro for bytecheckINDIRECT4
rend • 0.4.2Endian-aware primitives for RustINDIRECT9
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.INDIRECT10
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.INDIRECT13
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
Apache-2.02
PackageRelationDependenciesPublished
inkwell_internals • 0.7.0Internal macro crate for inkwellINDIRECT4
inkwell • 0.1.1Inkwell aims to help you pen your own programming languages by safely wrapping llvm-sys.INDIRECT38
CC0-1.01
PackageRelationDependenciesPublished
more-asserts • 0.2.2Small library providing additional assert_* and debug_assert_* macros.DIRECT0
ISC1
PackageRelationDependenciesPublished
libloading • 0.7.4Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT4
BSD-2-Clause1
PackageRelationDependenciesPublished
mach • 0.3.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
mach2 • 0.4.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.3.0 version:

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