Joshua Sheard

Results 1 comments of Joshua Sheard

[cargo-expand](https://github.com/dtolnay/cargo-expand) should do the trick. ``` rustup component add rustfmt-preview cargo install cargo-expand cargo expand --target=wasm32-unknown-unknown > expanded.rs ```