Docs.rs
pwasm-utils-0.19.0
pwasm-utils 0.19.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
NikVolf
github:paritytech:core-devs
pepyakin
athei
Dependencies
byteorder ^1
normal
clap ^2
normal
optional
env_logger ^0.9
normal
optional
glob ^0.3
normal
optional
lazy_static ^1
normal
optional
log ^0.4
normal
parity-wasm ^0.42
normal
binaryen ^0.12
dev
diff ^0.1
dev
indoc ^1
dev
rand ^0.8
dev
tempdir ^0.3
dev
wabt ^0.10
dev
Versions
30.3%
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
pwasm_
utils
0.19.0
pwasm_utils
Function
optimize
Copy item path
Source
pub fn optimize( module: &mut
Module
, used_exports:
Vec
<&
str
>, ) ->
Result
<
()
,
Error
>