Docs.rs
wasm-edit-0.1.7
wasm-edit 0.1.7
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
xtuc
Dependencies
byteorder ^1.4.3
normal
clap ^4.0.17
normal
core-wasm-ast ^0.1.15
normal
env_logger ^0.9.1
normal
leb128 ^0.2.5
normal
log ^0.4.17
normal
nom ^7
normal
num_cpus ^1.14.0
normal
threadpool ^1.8.1
normal
wasm-parser ^0.1.15
normal
wasm-printer ^0.1.15
normal
Versions
0%
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
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
wasm_
edit
0.1.7
ToBytes
Required Methods
to_bytes
Implementations on Foreign Types
Instr
u32
Implementors
In crate wasm_
edit
wasm_edit
Trait
ToBytes
Copy item path
Source
pub trait ToBytes { // Required method fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
; }
Required Methods
§
Source
fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Implementations on Foreign Types
§
Source
§
impl
ToBytes
for
Instr
Source
§
fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
ToBytes
for
u32
Source
§
fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Implementors
§