An open API service indexing awesome lists of open source software.

https://github.com/pepyakin/binaryen-rs

Binaryen bindings for Rust.
https://github.com/pepyakin/binaryen-rs

binaryen bindings rust webassembly

Last synced: 8 months ago
JSON representation

Binaryen bindings for Rust.

Awesome Lists containing this project

README

          

# `binaryen-rs`

[![Build Status](https://travis-ci.org/pepyakin/binaryen-rs.svg?branch=master)](https://travis-ci.org/pepyakin/binaryen-rs)
[![crates.io](https://img.shields.io/crates/v/binaryen.svg)](https://crates.io/crates/binaryen)
[![docs.rs](https://docs.rs/binaryen/badge.svg)](https://docs.rs/binaryen/)

[Binaryen](https://github.com/WebAssembly/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.

## Alternatives

For `translate-to-fuzz` like functionality, consider using the [wasm-smith](https://crates.io/crates/wasm-smith) crate.