I tried to get the WASM file size down to 5MB like below example but I cannot get it below 10 MB
https://bevyengine.org/examples-webgpu/3d-rendering/3d-shapes/
I used trunk command below
trunk serve --release --example 3d_shapes
What am I doing wrong?