brson / wasm-opt-rs

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

Add source map url support #67

Closed brson closed 1 year ago

brson commented 2 years ago

The base API has it but it's not exposed to the builder. Add it to WriterOptions, add a builder method, add to run method.

brson commented 2 years ago

Add it to integration module.

Aimeedeer commented 1 year ago

done