Docs.rs
wasmtime-environ-27.0.0
wasmtime-environ 27.0.0
Permalink
Docs.rs crate page
Apache-2.0 WITH LLVM-exception
Links
Repository
crates.io
Source
Owners
alexcrichton
sunfishcode
github:bytecodealliance:wasmtime-publish
Dependencies
anyhow ^1.0.22
normal
cpp_demangle ^0.4.3
normal
optional
cranelift-bitset ^0.114.0
normal
cranelift-entity ^0.114.0
normal
gimli ^0.31.0
normal
indexmap ^2.0.0
normal
log ^0.4.8
normal
object ^0.36
normal
postcard ^1.0.8
normal
rustc-demangle ^0.1.16
normal
optional
semver ^1.0.17
normal
optional
serde ^1.0.188
normal
serde_derive ^1.0.188
normal
smallvec ^1.6.1
normal
target-lexicon ^0.12.16
normal
wasm-encoder ^0.219.1
normal
optional
wasmparser ^0.219.1
normal
wasmprinter ^0.219.1
normal
optional
wasmtime-component-util =27.0.0
normal
optional
clap ^4.5.17
dev
env_logger ^0.11.5
dev
wat ^1.219.1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wasmtime_
environ
27.0.0
wasmtime_environ
Constant
VM_GC_HEADER_ALIGN
Copy item path
Source
pub const VM_GC_HEADER_ALIGN:
u32
= 8;
Expand description
The minimum alignment of the
VMGcHeader
in bytes.