Crates.io | binaryen |
lib.rs | binaryen |
version | 0.13.0 |
source | src |
created_at | 2017-09-03 18:53:43.187511 |
updated_at | 2024-03-10 06:55:30.374141 |
description | Bindings to the binaryen library |
homepage | https://github.com/pepyakin/binaryen-rs |
repository | https://github.com/pepyakin/binaryen-rs |
max_upload_size | |
id | 30410 |
size | 35,473 |
binaryen-rs
Binaryen bindings for Rust. They used to provide bindings for IR-construction part of the API, but now this crate is more focused on tools provided by Binaryen, such as translate-to-fuzz
or running wasm optimization passes.
For translate-to-fuzz
like functionality, consider using the wasm-smith crate.