Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

pjmegu/binaryen-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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  

About

rust raw bindings for binaryen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages