Docs.rs
wasmtime-environ-0.31.0
wasmtime-environ 0.31.0
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
normal
cfg-if ^1.0
normal
cranelift-entity ^0.78.0
normal
gimli ^0.25.0
normal
indexmap ^1.0.2
normal
log ^0.4.8
normal
more-asserts ^0.2.1
normal
object ^0.27.0
normal
serde ^1.0.94
normal
target-lexicon ^0.12
normal
thiserror ^1.0.4
normal
wasmparser ^0.81
normal
wasmtime-types ^0.31.0
normal
Versions
100%
of the crate is documented
Go to latest version
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
☰
Trait SectionWithLimitedItems
Required Methods
get_count
Implementors
Other items in
wasmtime_environ
::
wasmparser
?
Trait
wasmtime_environ
::
wasmparser
::
SectionWithLimitedItems
[
−
]
[src]
pub trait SectionWithLimitedItems { fn
get_count
(&self) ->
u32
; }
Required methods
[src]
fn
get_count
(&self) ->
u32
Implementors
[src]
impl<'a>
SectionWithLimitedItems
for
AliasSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
CodeSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
DataSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
ElementSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
ExportSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
FunctionSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
GlobalSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
ImportSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
InstanceArgsReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
InstanceSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
LinkingSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
MemorySectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
ModuleSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
ProducersSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
RelocSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
TableSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
TagSectionReader
<'a>
[src]
impl<'a>
SectionWithLimitedItems
for
TypeSectionReader
<'a>