binaryen_capi-sys

Crates.iobinaryen_capi-sys
lib.rsbinaryen_capi-sys
version0.117.0
sourcesrc
created_at2024-02-14 06:49:49.049884
updated_at2024-03-09 08:11:40.267836
descriptionRust Raw Bindings for binaryen
homepage
repositoryhttps://github.com/ProjectMegu/binaryen-sys
max_upload_size
id1139515
size207,166
sakura_aoi (sakura-aoi-ororora)

documentation

README

Rust Raw Bindings for Binaryen C API

Crates.io Version docs.rs

Requestments

  • Installed Binaryen (If it is nothing, this library will build binaryen. but need very long time(about 4m30s))
  • clang (for genetate binaryen)
  • libstdc++

When searching for the binaryen path, this library calculates backwards from the wasm-opt path. Be sure to set binaryen in the Path environment variable. It can also be specified by setting the BINARYEN_PATH environment variable.

Path Example

/BINARYEN_PATH  
 |- lib  
    |- libbinaryen.a[.so]  
 |- include  
    |- binaryen-c.h  
    |- wasm-delegations.def  
Commit count: 0

cargo fmt