demergent-labs / ic-strategy-planning

2 stars 0 forks source link

2023 #33

Open lastmjs opened 1 year ago

lastmjs commented 1 year ago

These are the most important protocol features that Demergent Labs will push for in 2023.

icppWorld commented 1 year ago

@lastmjs , One of the IC limits that we run into when compiling C++ to wasm for the IC is the max number of globals.

The current max is 300, which is ok if you're careful but definitely not sufficient once people start building more extensive apps.

I like to push for increase of this limit to 10000, or if possible complete removal of this limit.

Have you checked the number of globals that you get in wasm files build with Kybra?

lastmjs commented 1 year ago

We may have run into this issue in the past, but currently no one is reporting this issue across Azle and Kybra and we haven't seen it in a long time. I'm all for increasing these limits proactively though.