Docs.rs
wasmer-compiler-x-2.4.1
wasmer-compiler-x 2.4.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
WITH LLVM-exception
Links
Repository
crates.io
Source
Owners
zwong91
Dependencies
enumset ^1.0
normal
hashbrown ^0.11
normal
optional
rkyv ^0.7.20
normal
smallvec ^1.6
normal
target-lexicon ^0.12.2
normal
thiserror ^1.0
normal
wasmer-types-x =2.4.1
normal
wasmer-vm-x =2.4.1
normal
wasmparser ^0.78
normal
optional
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wasmer_
compiler
2.4.1
Structs
Compilation
CompileModuleInfo
CompiledFunction
CompiledFunctionFrameInfo
CustomSection
CustomSectionRef
Dwarf
Features
FunctionAddressMap
FunctionBody
FunctionBodyRef
InstructionAddressMap
JumpTable
MiddlewareError
Relocation
SectionBody
SectionIndex
SourceLoc
Target
TrampolinesSection
TrapInformation
Triple
Enums
Architecture
BinaryFormat
CallingConvention
CompileError
CompiledFunctionUnwindInfo
CompiledFunctionUnwindInfoRef
CpuFeature
CustomSectionProtection
Endianness
OperatingSystem
ParseCpuFeatureError
PointerWidth
RelocationKind
RelocationTarget
WasmError
Constants
VERSION
Type Aliases
Addend
CodeOffset
CustomSections
Functions
JumpTableOffsets
Relocations
WasmResult
wasmer_compiler
Type Alias
CodeOffset
Copy item path
Settings
Help
Summary
Source
pub type CodeOffset =
u32
;
Expand description
Offset in bytes from the beginning of the function.