I have a large Rust projects that build under cargo build --target=wasm32-unknown-unknown
. Is there a way t see the output wasm32 of one particular function ?
Context: some gfx routine where I need to process 100k - 1M values in < 16ms. Want to see the actual wasm32 generated.