Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Max size of JS rollup

ANSWERED

Basically it seems obvious I shouldn't use big libraries and expect it to work, but what about smaller "micro-libraries" and utilities?  For example, if I wanted to leverage the 2kb redux library, could I feasibly do that?

 

On a similar topic, what does MemoryUsage.total return on a "hello world" type application?

Best Answer
1 BEST ANSWER

Accepted Solutions

Sorry for the delay.

 

JavaScript apps have about 64kb memory to operate in. The file system is limited to 15mb storage (including the app code) for each application.

 

I know you already received this information on Discord, but here is is for other users:

 

JS: 15664/65528

View best answer in original post

Best Answer
1 REPLY 1

Sorry for the delay.

 

JavaScript apps have about 64kb memory to operate in. The file system is limited to 15mb storage (including the app code) for each application.

 

I know you already received this information on Discord, but here is is for other users:

 

JS: 15664/65528

Best Answer