brson / wasm-opt-rs

Rust bindings for Binaryen's wasm-opt
Apache License 2.0
64 stars 10 forks source link

Move Binaryen submodule back into `wasm-opt-sys` #99

Closed brson closed 2 years ago

brson commented 2 years ago

It is no longer needed by wasm-opt-cxx-sys so doesn't need to be shared. Remove extra logic in get_binaryen_dir and publish.sh.

brson commented 2 years ago

Actually, I want to keep the submodule where it is, because we pre-process the binaryen source before publishing.