gimli-rs / object

A unified interface for reading and writing object file formats
https://docs.rs/object/
Apache License 2.0
673 stars 157 forks source link

Update `wasmparser` to the latest version #715

Closed tgross35 closed 3 months ago

tgross35 commented 3 months ago

The latest wasmparser includes a licensing change from Apache-2.0 with the LLVM exception to Apache-2.0 with the exception, or vanilla Apache-2.0, or MIT.

Update to the latest version, which makes figuring out licensing a bit easier for dependents of object.

tgross35 commented 3 months ago

Thank you! Would it be possible to do a patch release including this?

philipc commented 3 months ago

Sure, I'll aim to do a release tomorrow.

philipc commented 3 months ago

Published 0.36.3

tgross35 commented 3 months ago

Many thanks for the quick merge and release!