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
There is an issue with the .opt.wasm files, where an excessive number of data segments are being generated. Specifically, in the example below (see ref) the WebAssembly optimizer creates over 11,000 data segments when building the program. This behavior is problematic and exceeds the current network limits with 1024 segments.
Problem
There is an issue with the .opt.wasm files, where an excessive number of data segments are being generated. Specifically, in the example below (see ref) the WebAssembly optimizer creates over 11,000 data segments when building the program. This behavior is problematic and exceeds the current network limits with 1024 segments.
Reference: https://github.com/gear-foundation/gear.exe-dapps/tree/lm-cnn-data-section/cnn-cats-dogs
Steps
Possible Solution
No response
Notes
No response
Relevant Log Output
Click to expand/collapse
The text was updated successfully, but these errors were encountered: