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
Since the low-end IoT devices such as Cortex-M have very small memory constraint, it is unable to load all the ANT APIs.
For example, we added ANT APIs related to IoT standard protocols such as OCF this year.
In present version of IoT.js, it only supports static linking configuration to load some APIs.
However, we don't know which ANT API the user application requires, so static linking configuration is not sufficient.
Therefore, IoT.js for ANT requires dynamic module loading based on dynamic linking.
The text was updated successfully, but these errors were encountered:
Since the low-end IoT devices such as Cortex-M have very small memory constraint, it is unable to load all the ANT APIs.
For example, we added ANT APIs related to IoT standard protocols such as OCF this year.
In present version of IoT.js, it only supports static linking configuration to load some APIs.
However, we don't know which ANT API the user application requires, so static linking configuration is not sufficient.
Therefore, IoT.js for ANT requires dynamic module loading based on dynamic linking.
The text was updated successfully, but these errors were encountered: