binaryen_capi-sys 0.117.0

Rust Raw Bindings for binaryen
Documentation
  • Coverage
  • 0.06%
    1 out of 1635 items documented1 out of 20 items with examples
  • Size
  • Source code size: 216.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 44.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 33s Average build duration of successful builds.
  • all releases: 33s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • pjmegu/binaryen-sys
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sakura-aoi-ororora

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