Open
Description
Results from measureUserAgentSpecificMemory
API call:
memoryUsageInBytes: 6063731579
memoryInGb: 5.647290105931461
These numbers are significantly higher then when calling this API in non-wasm mode (JS).
Taking a heap snapshot from chrome DevTools showed a significantly smaller snapshot size:
More context:
- This is happening in Flutter DevTools. I am calling the web API from these extension methods: https://github.com/flutter/devtools/blob/69090a05063deb7211ad97e9b0a1c52d8722d119/packages/devtools_app/lib/src/framework/observer/_memory_web.dart#L16