I can find out a canister’s wasm module hash in various ways (dashboard, calling canister_info by anyone, calling canister_status by the controller, etc.). Is there also a way to find out the size of a canister’s wasm module?
In canister_status I can see the total memory used by a canister which will be at least the size of the wasm module but usually larger.