rustwasm / walrus

Walrus is a WebAssembly transformation library 🌊🐘
https://docs.rs/walrus
Apache License 2.0
405 stars 62 forks source link

refactor: use wasm-encoder dependency for all encoding #242

Closed guybedford closed 1 year ago

guybedford commented 1 year ago

Upgrades all encoding to use the latest version of wasm-encoder 0.29.0.

This is only a refactoring, with no outward API changes.