Docs.rs
tinywasm-parser-0.9.0-alpha.0
tinywasm-parser 0.9.0-alpha.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
explodingcamera
Dependencies
log ^0.4
normal
optional
tinywasm-types ^0.9.0-alpha.0
normal
wasmparser ^0.247
normal
Versions
100%
of the crate is documented
Go to latest stable release
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
parse_bytes
tinywasm_
parser
0.9.0-alpha.0
tinywasm_parser
Function
parse_
bytes
Copy item path
Source
pub fn parse_bytes(wasm: &[
u8
]) ->
Result
<
Module
,
ParseError
>
Expand description
Parse a module from bytes