rust-ed25519-compact icon indicating copy to clipboard operation
rust-ed25519-compact copied to clipboard

very long compile time when targeting WASM

Open thomasheyenbrock opened this issue 1 year ago • 0 comments

Hello 👋 this is more of a question: When targeting WASM and including full debug info, building this package is taking multiple minutes. Is there any chance this can be speed up?

To reproduce, running the following takes 3min 20sec on my MacBook Pro M1 Max:

cargo rustc --release --target wasm32-wasi -- -g

thomasheyenbrock avatar Oct 13 '22 13:10 thomasheyenbrock