You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled my flutter web app , into wasm and tried to run it locally but it gives the error : CompileError: WebAssembly.compileStreaming(): Requested length 14592 for array.new_fixed too large, maximum is 10000 @+692248
Please help , i am attaching the github repo and the screen shots .
If providing this information as part of reporting a bug, please review the information
below to ensure it only contains things you're comfortable posting publicly.
General info
Dart 3.4.1 (stable) (Tue May 21 15:46:25 2024 +0000) on "windows_x64"
on windows / "Windows 10 Home Single Language" 10.0 (Build 19045)
Whether you are using Chrome, Safari, Firefox, Edge (if applicable) : Using Chrome
Flutter doctor :
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.22.1, on Microsoft Windows [Version 10.0.19045.4291], locale en-IN)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.2.5)
[√] Android Studio (version 2022.3)
[√] IntelliJ IDEA Community Edition (version 2021.3)
[√] VS Code (version 1.89.1)
[√] Connected device (3 available)
[√] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered:
This was fixed long time ago (april) in c7834b6 but it seems the stable branch was cut before that. I filed a cherry-pick request (see #55873) so it may be included in the next bugfix release on stable channel.
I compiled my flutter web app , into wasm and tried to run it locally but it gives the error :
CompileError: WebAssembly.compileStreaming(): Requested length 14592 for array.new_fixed too large, maximum is 10000 @+692248
Please help , i am attaching the github repo and the screen shots .
Debug run :
Wasm build run
Github Link : https://github.com/dhruvpatidar359/insightX
This tracker is for issues related to:
If providing this information as part of reporting a bug, please review the information
below to ensure it only contains things you're comfortable posting publicly.
General info
Project info
Process info
Flutter doctor :
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.22.1, on Microsoft Windows [Version 10.0.19045.4291], locale en-IN)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.2.5)
[√] Android Studio (version 2022.3)
[√] IntelliJ IDEA Community Edition (version 2021.3)
[√] VS Code (version 1.89.1)
[√] Connected device (3 available)
[√] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered: