Docs.rs
wasm-encoder-0.33.2
wasm-encoder 0.33.2
Docs.rs crate page
Apache-2.0
WITH LLVM-exception
Links
Homepage
Repository
crates.io
Source
Owners
fitzgen
github:bytecodealliance:wasmtime-publish
Dependencies
leb128 ^0.2.4
normal
anyhow ^1.0.58
dev
tempfile ^3.2.0
dev
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
☰
Lane
Trait Implementations
From<ComponentSectionId>
From<SectionId>
In wasm_encoder
?
Type Alias
wasm_encoder
::
Lane
source
·
[
−
]
pub type Lane =
u8
;
Expand description
Describe an unchecked SIMD lane index.
Trait Implementations
§
source
§
impl
From
<
ComponentSectionId
> for
u8
source
§
fn
from
(id:
ComponentSectionId
) ->
u8
Converts to this type from the input type.
source
§
impl
From
<
SectionId
> for
u8
source
§
fn
from
(id:
SectionId
) ->
u8
Converts to this type from the input type.