rustwasm / walrus

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

Expose more mutability #237

Open chipshort opened 2 years ago

chipshort commented 2 years ago

I added some more ways to mutate types and locals, since I need it for a project. Would also be happy to use a setter instead of making ty public, if you prefer that.